diff options
author | Andrew Shymanel <96021377+eightsixnine@users.noreply.github.com> | 2021-12-14 03:19:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 03:19:45 +0200 |
commit | bf3f140cfabe05651c4338ad6e2ca173299f93df (patch) | |
tree | f4191a9d08dcf31e91a762245643e7de1df0e84b | |
parent | e89e04390435f1e7628740d7b4ce1fe65ac218fd (diff) | |
download | gitignore-bf3f140cfabe05651c4338ad6e2ca173299f93df.tar.gz gitignore-bf3f140cfabe05651c4338ad6e2ca173299f93df.zip |
Ignore files in directory, not the directory itself
-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 7478c274..45fce1d7 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/ +.vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json |