diff --git a/.gitignore b/.gitignore index 585e715..b35e479 100644 --- a/.gitignore +++ b/.gitignore @@ -81,5 +81,8 @@ target/ # sftp configuration file sftp-config.json +### Visual Studio +.vscode + ### pyCraft ### credentials diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index de7551d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.formatting.provider": "none" -} \ No newline at end of file