Allow files in .vscode/ to be included in Git repo
Allow the exclusion of files in the `.vscode/` directory to be overridden via negated patterns (gitignore patterns beginning with `!`) by changing the pattern in `.gitignore` from `.vscode/` to `.vscode/*` (i.e., by ignoring the files in `.vscode/` rather than the `.vscode/` directory itself).
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -38,7 +38,7 @@ bin/
|
|||||||
/.nb-gradle/
|
/.nb-gradle/
|
||||||
|
|
||||||
# VS Code
|
# VS Code
|
||||||
.vscode/
|
.vscode/*
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user