From 2420b8df6793aa7add889ca14c9fc1ee2f2388d0 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 10 Mar 2020 19:19:28 -0500 Subject: [PATCH] Fix .gitignore, double raw instead of raw and preprocess folders being selected. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 671d6db..c95cfdb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ process.py app.db-journal test.html app/data/raw/*.html -app/data/raw/*.json +app/data/preprocess/*.json # Byte-compiled / optimized / DLL files __pycache__/