Skip to content

Commit

Permalink
cleanup .gitattributes, move to scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 13, 2021
1 parent d01cbc1 commit 37ec097
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .gitattributes → build/target-repository/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,19 @@
# Remove files for archives generated using `git archive`
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpstorm.meta.php export-ignore

CONTRIBUTING.md export-ignore
CHANGELOG.md export-ignore
CODE_OF_CONDUCT.md export-ignore
ecs.php export-ignore
phpstan.neon export-ignore
phpunit.xml export-ignore
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
/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/images export-ignore
scoper.php export-ignore
.docker export-ignore
.github export-ignore
.dockerignore export-ignore
CONTRIBUTING.md export-ignore
CHANGELOG.md export-ignore
phpstan-for-rector.neon 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
Expand Down

0 comments on commit 37ec097

Please sign in to comment.