mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Adjust gitattribute (#1515)
and make up for the missing php-cs-fixer changes The rest of the changes is just: - sorted alphabetically - align the `export-ignore` column
This commit is contained in:
+11
-11
@@ -2,14 +2,14 @@
|
|||||||
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
||||||
|
|
||||||
# Ignore all test and documentation with "export-ignore".
|
# Ignore all test and documentation with "export-ignore".
|
||||||
/.gitattributes export-ignore
|
/.editorconfig export-ignore
|
||||||
/.github export-ignore
|
/.gitattributes export-ignore
|
||||||
/.gitignore export-ignore
|
/.github export-ignore
|
||||||
/.editorconfig export-ignore
|
/.gitignore export-ignore
|
||||||
/phpunit.xml.dist export-ignore
|
/.php-cs-fixer.cache export-ignore
|
||||||
/tests export-ignore
|
/.php-cs-fixer.php export-ignore
|
||||||
/.php_cs.common.php export-ignore
|
/.php-cs-fixer.tests.cache export-ignore
|
||||||
/.php_cs.dist export-ignore
|
/phpunit.xml.dist export-ignore
|
||||||
/.php_cs.tests.php export-ignore
|
/psalm-baseline.xml export-ignore
|
||||||
/psalm.xml export-ignore
|
/psalm.xml export-ignore
|
||||||
/psalm-baseline.xml export-ignore
|
/tests export-ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user