Track VS Code settings in repository
Add negated pattern to `.gitignore` for the VS Code settings file (`.vscode/settings.json`).
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,6 +39,7 @@ bin/
|
||||
|
||||
# VS Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
||||
# Mac OS
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user