.gitattributes
# Enforce Unix newlines
* text=lf
# Exclude unused files
# see: https://redd.it/2jzp6k
/tests export-ignore
/.codeclimate.yml export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore