Add missing paths to .gitattributes (#5960)

This commit is contained in:
Oliver Nybroe 2021-03-23 18:17:08 +01:00 committed by GitHub
parent 2d469d3068
commit f34a883d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

14
.gitattributes vendored
View File

@ -12,7 +12,6 @@
.gitignore export-ignore
.phpstorm.meta.php export-ignore
CODE_OF_CONDUCT.md export-ignore
LICENSE export-ignore
ecs.php export-ignore
phpstan.neon export-ignore
phpunit.xml export-ignore
@ -26,6 +25,19 @@ stubs export-ignore
tests export-ignore
packages-tests export-ignore
rules-tests export-ignore
build export-ignore
full_build.sh export-ignore
Dockerfile export-ignore
UPGRADE_09.md export-ignore
rule-doc-generator.php export-ignore
docs export-ignore
scoper.php export-ignore
.docker export-ignore
.github export-ignore
.dockerignore export-ignore
CONTRIBUTING.md export-ignore
README.md export-ignore
CHANGELOG.md export-ignore
# testing Windows spaces - https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings
packages/better-php-doc-parser/tests/PhpDocInfo/PhpDocInfoPrinter/FixtureBasic/with_spac.txt text eol=crlf