From 2902059cd4d0b61f070e8b8a4bfcfd00f044c1f5 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sun, 9 Jun 2024 20:50:43 -0400 Subject: [PATCH] Exclude tests and other files --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index cd43aad..29b140d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -.gitignore export-ignore -.gitattributes export-ignore -composer.lock export-ignore -tests/**/* export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore +/composer.lock export-ignore +/tests/**/* export-ignore