diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ bld/ | |||
24 | [Oo]bj/ | 24 | [Oo]bj/ |
25 | [Ll]og/ | 25 | [Ll]og/ |
26 | 26 | ||
27 | # VSCode | ||
28 | .vscode/ | ||
29 | |||
27 | # Visual Studio 2015 cache/options directory | 30 | # Visual Studio 2015 cache/options directory |
28 | .vs/ | 31 | .vs/ |
29 | # Uncomment if you have tasks that create the project's static files in wwwroot | 32 | # Uncomment if you have tasks that create the project's static files in wwwroot |