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

# Ignore all test and documentation with "export-ignore".
/commonmark-banner.png  export-ignore
/.editorconfig        export-ignore
/.gitattributes       export-ignore
/.github              export-ignore
/.gitignore           export-ignore
/.nojekyll            export-ignore
/.ripstech            export-ignore
/.scrutinizer.yml     export-ignore
/.styleci.yml         export-ignore
/.travis.yml          export-ignore
/docs                 export-ignore
/phpstan.neon.dist    export-ignore
/phpunit.xml.dist     export-ignore
/RELEASE_CHECKLIST.md export-ignore
/tests                export-ignore
