removed unwanted files

This commit is contained in:
Weckyy702
2021-03-21 18:40:29 +01:00
parent 3f0f35d9b8
commit d3ca77c98a

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": "debug.py",
"console": "integratedTerminal"
}
]
}