From 55b87ec5520161b04675b4ccdeade5da37734c27 Mon Sep 17 00:00:00 2001 From: Atul Bagga Date: Mon, 8 Oct 2018 12:44:00 +0000 Subject: [PATCH] Merged PR 27: Removing vscode settings from the repo Removing the checked in file and adding it to gitignore --- .gitignore | 3 +++ .vscode/settings.json | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 46d3ba03..1e2decfd 100644 --- a/.gitignore +++ b/.gitignore @@ -298,3 +298,6 @@ paket-files/ #pytest .pytest_cache/ + +#vscode +.vscode/* \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1e554f7e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" -} \ No newline at end of file