From 59af27b69895f71cf6672d39c779755a30418d92 Mon Sep 17 00:00:00 2001 From: Sam ONeill Date: Tue, 8 Feb 2022 10:31:56 +1300 Subject: [PATCH] adds logs to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ab10d9..de8442a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ letsencrypt *.production* static/php/xdebug.ini -logging/* \ No newline at end of file +logs/* \ No newline at end of file