Update Git Ignore
This commit is contained in:
parent
c96db15b00
commit
0f30d30448
2 changed files with 8 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,5 +5,6 @@
|
|||
.var/app/org.gimp.GIMP/data
|
||||
.var/app/org.gimp.GIMP/current
|
||||
|
||||
# Ignore VSCode Files
|
||||
# VSCode Files
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
|
|
|||
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true,
|
||||
"python.formatting.provider": "black",
|
||||
"python.pythonPath": "c:\\Program Files\\GIMP 2\\bin\\python.exe"
|
||||
}
|
||||
Loading…
Reference in a new issue