Update gitignore and dockerignore
This commit is contained in:
parent
40f1cebb7b
commit
a46338fdcb
9
.gitignore
vendored
9
.gitignore
vendored
@ -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
2
certbot/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
@ -1,2 +1,3 @@
|
||||
env/
|
||||
__pycache__/
|
||||
__pycache__/
|
||||
data/
|
Loading…
Reference in New Issue
Block a user