diff options
author | David Luevano <55825613+luevano@users.noreply.github.com> | 2019-10-11 20:06:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 20:06:09 -0600 |
commit | b497dc904c40f7755afc8734748b4136f7843090 (patch) | |
tree | e250d70f8c5cfa1fdb04a0018967aa93042d3478 | |
parent | a706ddd00c98f420fcf214ae0fe2d4ea2a61dd03 (diff) |
Add more to .gitignore
Added Project specific ignores.
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -106,3 +106,7 @@ venv.bak/ # vscode .vscode .vscode/ + +# Project specific +test_data/ +test_data |