From b41f74bf7b8dac41e3900e78677c21a80d06b2e3 Mon Sep 17 00:00:00 2001 From: snoopy Date: Tue, 30 Apr 2024 20:19:15 +0200 Subject: [PATCH] Fix gitignore Goal is to not have the contents of /data/ inside the git workflow --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53c9ebf..03899e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/inventory.sqlite3 +/data/* *.pyc