This commit is contained in:
cupcakearmy
2020-12-13 16:15:28 +01:00
parent 59a6497240
commit 245ac20842
2 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
/node_modules
.mypy_cache
.venv
# Dev
.vscode
Test.md
.github/workflows
-3
View File
@@ -1,3 +0,0 @@
{
"python.pythonPath": ".venv/bin/python"
}