From 4a953ab233396f808247f9e787e7de6e379ec4fa Mon Sep 17 00:00:00 2001 From: erikn69 Date: Sat, 2 Apr 2022 09:35:32 -0500 Subject: [PATCH] Create .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a41caa4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ + +/.github export-ignore +/doc export-ignore +/test export-ignore +/.coveralls.yml export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/CONTRIBUTING.md export-ignore +/CONTRIBUTORS.md export-ignore +/composer.lock export-ignore +/phpunit.xml export-ignore