From cc2063a6d7407d1fe6dc0f1c29f00ecd2997ff44 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 9 Oct 2024 18:20:34 -0400 Subject: [PATCH] ignore pyessv-archive locally since not a git submodule anymore --- .dockerignore | 5 +++++ .gitignore | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index cf551b9..1a79752 100644 --- a/.dockerignore +++ b/.dockerignore @@ -26,3 +26,8 @@ reports STACpopulator.egg-info/ build *.pyc + +# Old Submodule Path +# Could be used locally +pyessv-archive + diff --git a/.gitignore b/.gitignore index c6c977b..e2f19f1 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,9 @@ build ## Logs *.jsonl -*.json \ No newline at end of file +*.json + +# Old Submodule Path +# Could be used locally +pyessv-archive/ +