From c5a8e9c0226a1f83bf45c72e85c523e0142ff266 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 28 Dec 2024 10:43:22 -0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3977dbd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +.github/ export-ignore +.gitignore export-ignore +.gitattributes export-ignore +build.xml export-ignore +composer.lock export-ignore +phpunit.xml.* export-ignore +tests/ export-ignore