aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-11 19:39:40 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-11 19:47:27 +1000
commitb06b3a9cb3ae772202f522ae085446a040736c95 (patch)
treefbef7b959cde94b786cbb0d68935944f9928852e /.gitignore
parent819edfe38fb0f130f1a2df0593c8798160b67022 (diff)
Add deployment documentation
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__