diff options
author | Tropical Raisel <87331818+tropicalraisel@users.noreply.github.com> | 2021-09-27 08:33:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 08:33:02 -0700 |
commit | 269a61b29595fc5aa8ede2a6e0fdf3e5e06d5f5b (patch) | |
tree | 36ced78a79342df96c93805f22b311cf0e232b3c /Global | |
parent | b0012e4930d0a8c350254a3caeedf7441ea286a3 (diff) | |
download | gitignore-269a61b29595fc5aa8ede2a6e0fdf3e5e06d5f5b.tar.gz gitignore-269a61b29595fc5aa8ede2a6e0fdf3e5e06d5f5b.zip |
Fixed .vscode not being ignored
Diffstat (limited to 'Global')
-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 85813e1c..384c8217 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/* +.vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json |