Add VS Code to gitignore
This commit is contained in:
parent
21e8a033b2
commit
56c9a5ebc6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue