From 3b321e9b553b7a9a053d22c56b502443b8496b66 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Fri, 9 Feb 2024 12:25:38 -0400 Subject: [PATCH] Testing .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d90daf1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.github export-ignore +/tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpcs.xml export-ignore +/phpstan.neon export-ignore +/phpunit.xml export-ignore