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/*
|
**/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
certbot/.gitignore
vendored
2
certbot/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
@ -1,2 +1,3 @@
|
|||||||
env/
|
env/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
data/
|
Loading…
Reference in New Issue
Block a user