mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
and make up for the missing php-cs-fixer changes The rest of the changes is just: - sorted alphabetically - align the `export-ignore` column
16 lines
641 B
Plaintext
16 lines
641 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".
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.github export-ignore
|
|
/.gitignore export-ignore
|
|
/.php-cs-fixer.cache export-ignore
|
|
/.php-cs-fixer.php export-ignore
|
|
/.php-cs-fixer.tests.cache export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
/psalm-baseline.xml export-ignore
|
|
/psalm.xml export-ignore
|
|
/tests export-ignore
|