From 433efce56e4d37fa6f4ede07c8f8139317b2d732 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Wed, 29 Jul 2026 14:31:02 +0200 Subject: [PATCH] Ignore admin/storage/cache/ runtime directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 550d94e..f5f9f98 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,10 @@ Thumbs.db *.swp *.swo -# Cache +# Cache & Storage .cache/ .sass-cache/ +admin/storage/cache/ # Temporary files *.tmp