chore: update entries in `.gitattributes` (#11484)
parent
3b5976667c
commit
0e05c2c68a
|
@ -9,11 +9,18 @@
|
||||||
*.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
|
*.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
|
||||||
|
|
||||||
# Exclude non-essential files from dist
|
# Exclude non-essential files from dist
|
||||||
/tests export-ignore
|
/.github/ export-ignore
|
||||||
.github export-ignore
|
/doc export-ignore
|
||||||
.php_cs export-ignore
|
/phpstan/ export-ignore
|
||||||
.travis.yml export-ignore
|
/tests/ export-ignore
|
||||||
appveyor.yml export-ignore
|
/.editorconfig export-ignore
|
||||||
phpunit.xml.dist export-ignore
|
/.gitattributes export-ignore
|
||||||
/phpstan/* export-ignore
|
/.gitignore export-ignore
|
||||||
/phpstan/rules.neon -export-ignore
|
/.php-cs-fixer.php export-ignore
|
||||||
|
/CHANGELOG.md export-ignore
|
||||||
|
/CODE_OF_CONDUCT.md export-ignore
|
||||||
|
/composer.lock export-ignore
|
||||||
|
/phpunit.xml.dist export-ignore
|
||||||
|
/PORTING_INFO export-ignore
|
||||||
|
/README.md export-ignore
|
||||||
|
/UPGRADE-2.0.md export-ignore
|
||||||
|
|
Loading…
Reference in New Issue