mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
17 lines
493 B
Text
17 lines
493 B
Text
# Path-based git attributes
|
|
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
|
|
|
# Ignore all test and documentation with "export-ignore".
|
|
/.github export-ignore
|
|
/art export-ignore
|
|
/tests export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.styleci.yml export-ignore
|
|
/docker-compose.yml export-ignore
|
|
/Dockerfile export-ignore
|
|
/test export-ignore
|
|
/phpunit.xml export-ignore
|
|
/.editorconfig export-ignore
|
|
/.coverage.xml export-ignore
|
|
/coverage export-ignore
|