Update gitignore and dockerignore
This commit is contained in:
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
|
Reference in New Issue
Block a user