summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-05-12 14:56:59 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-05-12 14:56:59 -0700
commitba8354c1aaafa297f318b967a7200c6329f03c63 (patch)
treec5c496a76a51fd403ec773d6ad3e54020691c204 /.gitignore
parent1bd5c9901077ff8fbd968f9916105e2e1019af8d (diff)
downloadisort-ba8354c1aaafa297f318b967a7200c6329f03c63.tar.gz
Add .vscode to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bc60d34a..2771f6b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,7 @@ atlassian-ide-plugin.xml
*.swp
*.kate-swp
.ropeproject/
+.vscode
# pip
pip-selfcheck.json
@@ -69,4 +70,4 @@ pip-selfcheck.json
pyvenv.cfg
# mypy
-.mypy_cache \ No newline at end of file
+.mypy_cache