29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
# 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
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.idea export-ignore
|
|
/.prettierrc export-ignore
|
|
/.package-lock.json export-ignore
|
|
/.editorconfig export-ignore
|
|
/.php_cs.dist.php export-ignore
|
|
/.vscode export-ignore
|
|
/art export-ignore
|
|
/docs export-ignore
|
|
/images export-ignore
|
|
/tests export-ignore
|
|
/package.json export-ignore
|
|
/phpstan-baseline.neon export-ignore
|
|
/phpstan.neon.dist export-ignore
|
|
/postcss.config.js export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
/pint.json export-ignore
|
|
/psalm.xml export-ignore
|
|
/psalm.xml.dist export-ignore
|
|
/tailwind.config.js export-ignore
|
|
/testbench.yaml export-ignore
|
|
/UPGRADING.md export-ignore
|