-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .vscode to .gitignore file #4142
Conversation
Documentation previews: |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this should be out of draft
stage yet -- appears so? But LGTM!
@jmikell821 It's still in draft — I need to check with some of the other teams to see if there's anything else we need to do for this, and how to handle backports. I was planning to get back to this after the 8.11 release crunch. |
(cherry picked from commit 7582837)
(cherry picked from commit 7582837)
Add
.vscode/
to the .gitignore file for thesecurity-docs
repo. This allows contributors to customize their local VS Code app's workspaces without Git trying to track those customizations (which are stored within each repo's .vscode subdirectory).This is consistent with how many other repos manage their .gitignore files, including Security's own Serverless docs repo.
We're backporting to current live branches (main, 8.11, and 7.17). Those are the branches we're most likely to be updating in the future. If we need to update other branches, we can handle case-by-case.