Update .gitattributes

This commit is contained in:
Tomas Votruba 2021-05-13 19:12:37 +02:00 committed by GitHub
parent 2873999933
commit f5d3f0d130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

13
.gitattributes vendored
View File

@ -19,13 +19,14 @@ rector.php export-ignore
# @see: https://github.com/rectorphp/rector/issues/4905
bin/rector.php !export-ignore
utils export-ignore
stubs export-ignore
# exclude only root dirs, otherwise nette/utils is removed - see https://github.com/TomasVotruba/tomasvotruba.com/pull/1197/checks?check_run_id=2577329283
/utils export-ignore
/stubs export-ignore
tests export-ignore
packages-tests export-ignore
rules-tests export-ignore
build 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