Add VS Code to gitignore

This commit is contained in:
Markus Bauer 2021-05-15 17:54:36 +02:00
parent 21e8a033b2
commit 56c9a5ebc6
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -5,7 +5,8 @@
.LSOverride
# Icon must end with two \r
Icon
Icon
# Thumbnails
._*
@ -166,3 +167,5 @@ dmypy.json
# Cython debug symbols
cython_debug/
#VS Code
.vscode