Merged PR 27: Removing vscode settings from the repo

Removing the checked in file and adding it to gitignore
This commit is contained in:
Atul Bagga 2018-10-08 12:44:00 +00:00
Родитель e6569c9dc6
Коммит 55b87ec552
2 изменённых файлов: 3 добавлений и 9 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -298,3 +298,6 @@ paket-files/
#pytest
.pytest_cache/
#vscode
.vscode/*

9
.vscode/settings.json поставляемый
Просмотреть файл

@ -1,9 +0,0 @@
// Place your settings in this file to overwrite default and user settings.
{
"python.envFile": "${workspaceRoot}/env",
"files.exclude": {
"**/*__pycache__": true,
"**/*.egg-info": true
},
"python.pythonPath": "C:\\Users\\gsaral\\AppData\\Local\\Programs\\Python\\Python37-32\\python.exe"
}