Add Visual Studio Code to .gitignore
This commit is contained in:
parent
df6e64afc3
commit
11f21020b8
9
.gitignore
vendored
9
.gitignore
vendored
@ -129,8 +129,13 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# VSCode custom files
|
# ---> VisualStudioCode
|
||||||
.vscode/
|
.vscode/*
|
||||||
|
#!.vscode/settings.json
|
||||||
|
#!.vscode/tasks.json
|
||||||
|
#!.vscode/launch.json
|
||||||
|
#!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
# InvMan custom
|
# InvMan custom
|
||||||
postgres.ini
|
postgres.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user