From 6dc378ae241cf3ace89316bdbbc848fc7bd739a4 Mon Sep 17 00:00:00 2001 From: Colin Stewart <79332690+costdev@users.noreply.github.com> Date: Sun, 24 Nov 2024 03:39:34 +0000 Subject: [PATCH] Don't export the .cache directory. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7eabc68..6adb615 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,4 @@ phpcs.xml.dist export-ignore /.github export-ignore /bin export-ignore /tests export-ignore +/.cache export-ignore