# 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
/.gitattributes     export-ignore
/.gitignore         export-ignore
/.styleci.yml       export-ignore
/.travis.yml        export-ignore
/phpunit.xml.dist   export-ignore
/.scrutinizer.yml   export-ignore
/tests              export-ignore
/.editorconfig      export-ignore
/github_banner.png  export-ignore
/.github            export-ignore
/.vscode            export-ignore
/babel.config.js    export-ignore
/jest.config.js     export-ignore
/rollup.config.js   export-ignore
/*.bash             export-ignore
/*.sh               export-ignore
/package*.json      export-ignore
/.prettierrc        export-ignore
/.all-contributorsrc export-ignore
/vercel.json        export-ignore
/stubs              export-ignore
/squishy            export-ignore
/docs               export-ignore
/js                 export-ignore
/art                export-ignore
/legacy_tests       export-ignore
/scripts            export-ignore
/src/**/Tests       export-ignore
/src/**/*Test.php   export-ignore
/src/**/Test.php    export-ignore
