From c0d099ddb1183aa50a526d291f38464ef40726cd Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 10 Mar 2020 17:47:36 -0500 Subject: [PATCH] update .gitignore for new data storage structure --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d00bab..671d6db 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ keys.json process.py app.db-journal test.html -app/data/*.html +app/data/raw/*.html +app/data/raw/*.json # Byte-compiled / optimized / DLL files __pycache__/