# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
* text=auto
*.txt text

# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.gitattributesexport-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/.github export-ignore
/docs export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/Gruntfile.js export-ignore
/package.json export-ignore
/README.md export-ignore
/CONTRIBUTING.md export-ignore
