summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 9ad8c05..11b0135 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,16 @@
.env
-/nginx/log*
-/nginx/sites-available*
-/nginx/sites-enabled*
-/nginx/letsencrypt/live/*
-
/redis/log*
/scalelite/log*
/scalelite/tmp*
/data/*
-!/data/nginx/
+/data/proxy/nginx/log/*
+!/data/proxy/nginx/log/.keep
+/data/proxy/nginx/sites-enabled/*
+!/data/proxy/nginx/sites-enabled/.keep
+!/data/proxy/
/tmp*