diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-12 18:29:37 -0700 |
---|---|---|
committer | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-12-12 18:29:37 -0700 |
commit | e8f546f6be56b3e1e7c40eebd8c66d1e76060b36 (patch) | |
tree | 5b27d3c2e159f465043f4c260a6ec47880c00bd8 /.gitignore | |
parent | 796cc1230b43bee1969fc58b5222594b4987fd2a (diff) |
Add ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 440f0a8ae..a1bdb4dde 100644 --- a/.gitignore +++ b/.gitignore @@ -109,5 +109,8 @@ venv.bak/ # # -# vscode +# VSCode .vscode/ + +# Original data. +.original_data/ |