From 209dc86990aecff10db7526943b2cf33368d1510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Gervreau-Mercier?= Date: Sat, 25 Apr 2026 19:20:51 +0200 Subject: [PATCH] Added the cache folder wildcard --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 52a29f2..9f0058f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,11 @@ compose.lock ### Test databases ### app/storage/test.db +*.db ### Logs ### error.log -app/storage/cache/ +app/storage/cache/* # Nix .direnv/ @@ -22,4 +23,3 @@ Thumbs.db .idea/ /node_modules -*.db