diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-11 19:38:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 19:38:49 -0600 |
commit | a706ddd00c98f420fcf214ae0fe2d4ea2a61dd03 (patch) | |
tree | 80cc65c436108e852822e82d82d179ff1b014582 | |
parent | 5d10f70c5005f0fca150ab70967d584e64e54588 (diff) |
Add vscode ignores.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,3 +102,7 @@ venv.bak/ # mypy .mypy_cache/ + +# vscode +.vscode +.vscode/ |