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
+7
View File
@@ -156,3 +156,10 @@ database/data/
# Ignore Logs Dir
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
+1
View File
@@ -1,2 +1,3 @@
env/
__pycache__/
data/