updated .gitignore

This commit is contained in:
Weckyy702
2021-03-21 18:35:15 +01:00
parent a6d81ab0ed
commit 88a375ca6d
2 changed files with 2 additions and 18 deletions

5
.gitignore vendored
View File

@@ -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

15
.vscode/launch.json vendored
View File

@@ -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"
}
]
}