Update Git Ignore

This commit is contained in:
Gabriel Almir
2021-01-11 13:12:31 -03:00
parent c96db15b00
commit 0f30d30448
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@@ -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
View 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"
}