mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# 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
|
|
|
|
# Remove files for archives generated using `git archive`
|
|
.editorconfig export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.phpstorm.meta.php 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
|
|
|
|
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
|