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