From 9edc1f37c0d7767cf5180e09f60e2cf8b96f4a67 Mon Sep 17 00:00:00 2001 From: Mike Young Date: Sun, 17 Nov 2019 10:24:01 -0500 Subject: [PATCH] ignore app/data/ instead of individual files --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c50bdec..52ee07a 100755 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,7 @@ books/* *.pyc app/content.opf .vscode -app/data/catalogue.db -app/data/shelf.json +app/data/* fontend/db.sqlite3 GPATH GRTAGS