From b0e4b996c1a5ace8ea65dfffa7c2b5cb60277d49 Mon Sep 17 00:00:00 2001 From: JoshuaLicense Date: Mon, 11 Mar 2024 14:15:08 +0000 Subject: [PATCH] chore: add `data/cache` to gitignore (#93) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0b5feb7c6..e56f120d5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ test/coverage/ config/development.config.php /vendor-bin/*/composer.lock .phpunit.result.cache +data/cache/* # Non-dist files for the static analysis. # This allows developers to set a different (more strict) static analysis locally.