diff --git a/.gitattributes b/.gitattributes index 24c7b6e..9374ee0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +/.* export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore + * text=auto eol=lf *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4