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
|
# VS Code
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user