diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 16:04:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 16:04:11 -0800 |
commit | cc14d7972c14702743df3761578bdfb538607a69 (patch) | |
tree | f6cff16218e376f5893b4dfebc70d767f18df413 | |
parent | 362abacebe59448407e47a014e09288d8cddb7a7 (diff) | |
parent | 269a61b29595fc5aa8ede2a6e0fdf3e5e06d5f5b (diff) | |
download | gitignore-cc14d7972c14702743df3761578bdfb538607a69.tar.gz gitignore-cc14d7972c14702743df3761578bdfb538607a69.zip |
Merge pull request #3839 from tropicalraisel/patch-1
Fixed .vscode not being ignored
-rw-r--r-- | Global/VisualStudioCode.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index a6ba1bff..299380b4 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/* +.vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json |