From 5285ac63d351c9ddc1bed780d34d8d37060a48c2 Mon Sep 17 00:00:00 2001 From: Sam ONeill Date: Tue, 8 Feb 2022 10:45:53 +1300 Subject: [PATCH] adds logs to gitignore --- .gitignore | 3 +-- logs/.gitignore | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 logs/.gitignore diff --git a/.gitignore b/.gitignore index de8442a..48ec249 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ .vscode letsencrypt *.production* -static/php/xdebug.ini -logs/* \ No newline at end of file +static/php/xdebug.ini \ No newline at end of file diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore