aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 1194307..7d5fe2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
/package-lock.json
/node_modules/
/dist/
-/public/img/
+/backend/__pycache__
-# Backend files
+# Database files
/backend/tolData/data.db
/backend/tolData/otol/*.tgz
/backend/tolData/otol/*.json
@@ -30,4 +30,3 @@
/backend/tolData/pickedEnwikiLabels.txt
/backend/tolData/pickedNodes.txt
/backend/tolData/pickedNames.txt
-/backend/__pycache__