remove .vscode

This commit is contained in:
Xevion
2019-09-20 22:19:04 -05:00
parent 5536ee62ab
commit 0f5b5ae5b1
2 changed files with 2 additions and 12 deletions
Vendored
+2 -1
View File
@@ -1,5 +1,6 @@
# Custom Files # Custom Files
uil/october-2013/3/input-generator/output/output.dat uil/october-2013/3/input-generator/output/output.dat
.vscode/*
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
@@ -124,4 +125,4 @@ venv.bak/
dmypy.json dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
-11
View File
@@ -1,11 +0,0 @@
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - problem12",
"request": "launch",
"mainClass": "problem12",
"projectName": "12"
}
]
}