From 1389d5c768411e91d3f893e6a73912534e98e6ed Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 8 Jun 2022 18:19:38 +0900 Subject: [PATCH] Add git attributes file --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bde73f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +test/ export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore +psalm.xml export-ignore +.phan/ export-ignore +.* export-ignore