Skip to content

Commit

Permalink
Add .gitattributes (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored and akondas committed Jun 25, 2018
1 parent ab22cc5 commit 4a3194f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* text=auto

/docs export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/ecs.yml export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore
/mkdocs.yml export-ignore
/phpbench.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore

0 comments on commit 4a3194f

Please sign in to comment.