From a46338fdcb02fbc9aab308d01afff2468955aaf7 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Sat, 20 Aug 2022 15:39:50 +0100 Subject: [PATCH] Update gitignore and dockerignore --- .gitignore | 9 ++++++++- certbot/.gitignore | 2 -- ref-test/.dockerignore | 3 ++- 3 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 certbot/.gitignore 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