mirror of
https://github.com/Diolinux/PhotoGIMP.git
synced 2026-04-05 19:51:58 +02:00
Update Git Ignore
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user