From aa8b3ea43d9f5439b745ed3d0701ea159143006f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20de=20Guillebon?= Date: Thu, 14 Dec 2023 15:56:53 +0100 Subject: [PATCH] chore: ignore some files on export (git attributes) (#1098) --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 412eeda7..61a4ef2b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,12 @@ +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/Tests export-ignore +/php_cs.dist export-ignore +/phpunit.xml.dist export-ignore +/rector.php export-ignore + # Auto detect text files and perform LF normalization * text=auto