summaryrefslogtreecommitdiff
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 15:00:28 -0700
commit1a6b5082c527c8197c214c92851301c632d71b48 (patch)
tree003e238802617bef9642ffe13d30674480295531
parentd52f990b44e722ce2416e8beb6249c1eaae5cdce (diff)
downloadisort-1a6b5082c527c8197c214c92851301c632d71b48.tar.gz
Add .vscode to gitignore
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2aac988c..2771f6b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,7 @@ atlassian-ide-plugin.xml
*.swp
*.kate-swp
.ropeproject/
+.vscode
# pip
pip-selfcheck.json
@@ -67,3 +68,6 @@ pip-selfcheck.json
# Python3 Venv Files
.venv/
pyvenv.cfg
+
+# mypy
+.mypy_cache