From 767d4f3e7c65c249b7874d759076df28f8c7b93a Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 10 Aug 2024 23:08:19 +0100 Subject: [PATCH] Update gitignores. --- .gitignore | 2 +- files/.gitignore | 1 + files/README | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 files/.gitignore delete mode 100644 files/README diff --git a/.gitignore b/.gitignore index 333c1e9..6d9594a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -logs/ +/logs/ diff --git a/files/.gitignore b/files/.gitignore new file mode 100644 index 0000000..920de11 --- /dev/null +++ b/files/.gitignore @@ -0,0 +1 @@ +/htpasswd diff --git a/files/README b/files/README deleted file mode 100644 index 7412fe5..0000000 --- a/files/README +++ /dev/null @@ -1 +0,0 @@ -This directory is for storage of any files which should NOT be directly accessible via the web.