Remove and ignore Visual Studio Code files.

This commit is contained in:
Natalia Portillo 2017-01-21 18:12:40 +00:00
parent b4b730b652
commit 2faee75543
No known key found for this signature in database
GPG Key ID: 51D20488C724CA9F
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

View File

@ -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",
}