Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9216c56

Browse files
authored
Merge pull request #6296 from swgillespie/vscode-gitignore
Add VS Code local settings folder to gitignore
2 parents 4751225 + 6d1cd7f commit 9216c56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ FakesAssemblies/
198198
# C/C++ extension for Visual Studio Code
199199
browse.VC.db
200200

201+
# Local settings folder for Visual Studio Code
202+
.vscode/
203+
201204
### MonoDevelop ###
202205

203206
*.pidb

0 commit comments

Comments
 (0)