diff --git a/.gitignore b/.gitignore index 2d9b226..3825d65 100644 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,11 @@ database/data/ **/data/* # Ignore Logs Dir -logs/* \ No newline at end of file +logs/* + +# Ignore Certbot Dir +certbot/* + +# Ignore src dir (exception for robots.txt) +src/html/* +src/html/robots.txt \ No newline at end of file diff --git a/certbot/.gitignore b/certbot/.gitignore deleted file mode 100644 index c96a04f..0000000 --- a/certbot/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore \ No newline at end of file diff --git a/ref-test/.dockerignore b/ref-test/.dockerignore index 757ecb3..a2efda0 100644 --- a/ref-test/.dockerignore +++ b/ref-test/.dockerignore @@ -1,2 +1,3 @@ env/ -__pycache__/ \ No newline at end of file +__pycache__/ +data/ \ No newline at end of file