mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 12:44:51 +08:00
22 lines
680 B
Plaintext
22 lines
680 B
Plaintext
# Exclude build/test files from archive (reduce package size)
|
|
/.github export-ignore
|
|
/.phive export-ignore
|
|
/build export-ignore
|
|
/docs export-ignore
|
|
/ext export-ignore
|
|
/resources export-ignore
|
|
/tests export-ignore
|
|
/tests_old export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.php-cs-fixer.php export-ignore
|
|
/captainhook.json export-ignore
|
|
/install-runtime.sh export-ignore
|
|
/package.json export-ignore
|
|
/phpstan.neon export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
|
|
# Configure diff output
|
|
*.php diff=php
|