From 54b625973fe3f45ea7a56b1f75e24a72d143090f Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 9 Nov 2019 23:17:57 -0500 Subject: [PATCH] Do not track tag files --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3f95da..ab77b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ -books/* +app/books/* *.json *.pyc -content.opf +app/content.opf .vscode -data/catalogue.db +app/data/catalogue.db +GPATH +GRTAGS +GTAGS # Standard Python gitignore below # Created by https://www.gitignore.io/api/python