- Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitattributes
20 lines (19 loc) · 705 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.githubexport-ignore
/.gitattributesexport-ignore
/.gitignoreexport-ignore
/phpunit.xml.distexport-ignore
/artexport-ignore
/docsexport-ignore
/testsexport-ignore
/workbenchexport-ignore
/.editorconfigexport-ignore
/.php_cs.dist.phpexport-ignore
/psalm.xmlexport-ignore
/psalm.xml.distexport-ignore
/testbench.yamlexport-ignore
/UPGRADING.mdexport-ignore
/phpstan.neon.distexport-ignore
/phpstan-baseline.neonexport-ignore