From 24d2994ddeb0bcbef39d223e7b75194ea3ecc750 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 28 Mar 2020 21:10:12 +0100 Subject: [PATCH] Add .gitattributes to make dist cleaner --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d40cea3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=lf +/.gitattributes export-ignore +/.gitignore export-ignore +/.phpstorm.meta.php export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/Makefile export-ignore +/phpcs.xml.dist export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore