From 7aa9fb438c8a3612de0c0a321d4c538302461b9b Mon Sep 17 00:00:00 2001 From: Duckapple Date: Fri, 6 Mar 2020 17:32:15 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++++- .vscode/settings.json | 3 --- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index eb0ecf8..2ad0e9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .kattisrc *.pyc -__pycache__/ \ No newline at end of file +__pycache__/ + +# Stupid sexy VSCode +.vscode +.ionide \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c488f4f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "C:\\Users\\simon\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe" -} \ No newline at end of file