Update gitignore and dockerignore

This commit is contained in:
Vivek Santayana 2022-08-20 15:39:50 +01:00
parent 40f1cebb7b
commit a46338fdcb
3 changed files with 10 additions and 4 deletions

9
.gitignore vendored
View File

@ -155,4 +155,11 @@ database/data/
**/data/*
# Ignore Logs Dir
logs/*
logs/*
# Ignore Certbot Dir
certbot/*
# Ignore src dir (exception for robots.txt)
src/html/*
src/html/robots.txt

2
certbot/.gitignore vendored
View File

@ -1,2 +0,0 @@
*
!.gitignore

View File

@ -1,2 +1,3 @@
env/
__pycache__/
__pycache__/
data/