Skip to content

Commit

Permalink
Add .vscode/ folder to .gitignore (#6020)
Browse files Browse the repository at this point in the history
Problem
Workspace-specific configuration on Visual Studio Code creates a .vscode/ folder to store the settings.json to store said configuration. Since there were already some editor-specific ignores in gitignore, I figured I might as well include VSCode's.

Solution
I added .vscode/ to the .gitignore file.

Result
Now VSCode users won't see a dirty workspace when using project-defined configs :)
  • Loading branch information
alanbato authored and kwlzn committed Jun 25, 2018
1 parent c5a46e9 commit 12711f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@
.buildcache/
.coverage*
.idea
/.vscode/
.cache
.pants.d
.pants.run
Expand Down

0 comments on commit 12711f2

Please sign in to comment.