From 2faee7554388be821176c80b46a127adb8fc954f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 21 Jan 2017 18:12:40 +0000 Subject: [PATCH] Remove and ignore Visual Studio Code files. --- .gitignore | 1 + .vscode/settings.json | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c22c7f1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ - "python.pythonPath": "python2", - "python.linting.pylintPath": "pylint2", - "python.linting.flake8Path": "flake8-python2", - "python.formatting.autopep8Path": "autopep8-python2", - "python.formatting.yapfPath": "yapf2", -} \ No newline at end of file