From b497dc904c40f7755afc8734748b4136f7843090 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:06:09 -0600 Subject: Add more to .gitignore Added Project specific ignores. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 83db375..2213f84 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,7 @@ venv.bak/ # vscode .vscode .vscode/ + +# Project specific +test_data/ +test_data -- cgit v1.2.3-54-g00ecf