updated .gitignore
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
15
.vscode/launch.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user