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

3
.gitignore vendored
View File

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