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

5
.gitignore vendored
View File

@ -24,7 +24,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
@ -106,3 +106,6 @@ venv.bak/
# Misc
*.swp
compiledUI/
# editor configs
.vscode

View File

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