Skip to content

Commit

Permalink
#34: added .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeler committed Mar 1, 2023
1 parent ab78fc7 commit 178889a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# exclude from distribution
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/phpunit.xml.dist export-ignore
/composer.lock export-ignore
# set diff configuration
*.php diff=php

0 comments on commit 178889a

Please sign in to comment.