From cabefa65e798439846a668ef7ee4af70302cc10f Mon Sep 17 00:00:00 2001 From: Mike Young Date: Fri, 15 Nov 2019 15:03:31 -0500 Subject: [PATCH] Added Djangos db to the igonre list as it shares the book database --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 662a103..f3ed3fb 100755 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ books/* app/content.opf .vscode app/data/catalogue.db +fontend/db.sqlite3 GPATH GRTAGS GTAGS