From 0f30d30448408adff681c36d38131fb3866e7a83 Mon Sep 17 00:00:00 2001 From: Gabriel Almir Date: Mon, 11 Jan 2021 13:12:31 -0300 Subject: [PATCH] Update Git Ignore --- .gitignore | 3 ++- .vscode/settings.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 0928c01..7878e3a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..176778a --- /dev/null +++ b/.vscode/settings.json @@ -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" +}