From 2d8753dcfe08c6c2b79acf4531f14256178068fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=B8renpeter?= Date: Sun, 12 Nov 2023 13:17:08 +0100 Subject: [PATCH] gitignore files in cache, but not the folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 369fad6..4fb86b9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ Thumbs.db *.DS_Store *.txt private/cache/ +!private/cache/.gitkeep private/config.ini -error_log \ No newline at end of file +error_log