Update gitignore and dockerignore

This commit is contained in:
2022-08-20 15:39:50 +01:00
parent 40f1cebb7b
commit a46338fdcb
3 changed files with 10 additions and 4 deletions
+8 -1
View File
@@ -155,4 +155,11 @@ database/data/
**/data/* **/data/*
# Ignore Logs Dir # Ignore Logs Dir
logs/* logs/*
# Ignore Certbot Dir
certbot/*
# Ignore src dir (exception for robots.txt)
src/html/*
src/html/robots.txt
-2
View File
@@ -1,2 +0,0 @@
*
!.gitignore
+2 -1
View File
@@ -1,2 +1,3 @@
env/ env/
__pycache__/ __pycache__/
data/