summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4e4d46f..9ad8c05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,5 @@
.env
-/data*
-
/nginx/log*
/nginx/sites-available*
/nginx/sites-enabled*
@@ -11,3 +9,10 @@
/scalelite/log*
/scalelite/tmp*
+
+/data/*
+!/data/nginx/
+
+/tmp*
+
+/log*