mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
20 lines
671 B
Plaintext
20 lines
671 B
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
|
|
/phpunit.xml.dist export-ignore
|
|
/art export-ignore
|
|
/docs export-ignore
|
|
/tests export-ignore
|
|
/.editorconfig export-ignore
|
|
/.php_cs.dist.php export-ignore
|
|
/psalm.xml export-ignore
|
|
/psalm.xml.dist export-ignore
|
|
/testbench.yaml export-ignore
|
|
/UPGRADING.md export-ignore
|
|
/phpstan.neon.dist export-ignore
|
|
/phpstan-baseline.neon export-ignore
|