Skip to content

Commit

Permalink
minor #605 add .gitattributes (garak)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.5-dev branch.

Discussion
----------

add .gitattributes

This will fix issue #592

Commits
-------

2ae5b8f add .gitattributes
  • Loading branch information
fabpot committed Jan 30, 2020
2 parents a70ff4b + 2ae5b8f commit e4f5a26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore

0 comments on commit e4f5a26

Please sign in to comment.