# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.editorconfig               export-ignore
/.travis.yml                 export-ignore
/PULL_REQUEST_TEMPLATE.md    export-ignore
/ISSUE_TEMPLATE.md           export-ignore
/phpunit.xml.dist            export-ignore
/tests                       export-ignore
/docs                        export-ignore
