rector/.gitattributes

43 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-12-12 21:49:52 +00:00
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Set syntax highlight on GitHub
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
*.neon linguist-language=YAML
2018-12-12 21:49:52 +00:00
# Remove files for archives generated using `git archive`
2018-12-13 16:23:24 +00:00
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpstorm.meta.php export-ignore
2018-12-13 16:23:24 +00:00
CODE_OF_CONDUCT.md export-ignore
2020-07-27 05:48:40 +00:00
ecs.php export-ignore
2018-12-13 16:23:24 +00:00
phpstan.neon export-ignore
phpunit.xml export-ignore
2020-07-27 05:48:40 +00:00
rector.php export-ignore
# @see: https://github.com/rectorphp/rector/issues/4905
bin/rector.php !export-ignore
2019-02-21 14:36:16 +00:00
utils export-ignore
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
2020-01-20 12:34:31 +00:00
2020-02-27 10:32:53 +00:00
# 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