Skip to content

Commit

Permalink
Add .gitattributes to make dist cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Mar 28, 2020
1 parent 85c7649 commit 24d2994
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 24d2994

Please sign in to comment.