Remove .vscode and add it to gitignore

Thre previous commit also added the vscode workspace settings into the
repo which are redundant and confusing. I have removed them and added
the folder to the gitignore file
This commit is contained in:
xypnox 2019-10-28 22:14:14 +05:30 committed by altf_four
parent a1587e73f7
commit dd7340552d
2 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -106,3 +106,6 @@ venv.bak/
# Misc
*.swp
compiledUI/
# editor configs
.vscode

View File

@ -1,3 +0,0 @@
{
"python.pythonPath": "env/bin/python3"
}