mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
16 lines
531 B
Plaintext
16 lines
531 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".
|
|
/.gitattributes export-ignore
|
|
/.github export-ignore
|
|
/.gitignore export-ignore
|
|
/.editorconfig export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
/tests export-ignore
|
|
/.php_cs.common.php export-ignore
|
|
/.php_cs.dist export-ignore
|
|
/.php_cs.tests.php export-ignore
|
|
/psalm.xml export-ignore
|
|
/psalm-baseline.xml export-ignore
|