From 88a375ca6d0fa6db6db7541a9d5d9fe69fb4258f Mon Sep 17 00:00:00 2001 From: Weckyy702 Date: Sun, 21 Mar 2021 18:35:15 +0100 Subject: [PATCH] updated .gitignore --- .gitignore | 5 ++--- .vscode/launch.json | 15 --------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 84cd2f2..06ddbd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -__pycache__/ +/__pycache__/ res/output/ res/input/ -.vscode/ +/.vscode/ *.json *.pyc *.png @@ -9,5 +9,4 @@ debug.py build/ run.spec dist/ -.vscode/launch.json res/input/input_large.java diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 1ded7e8..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Aktuelle Datei", - "type": "python", - "request": "launch", - "program": "run.py", - "console": "integratedTerminal" - } - ] -} \ No newline at end of file