mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 05:18:18 +01:00
25 lines
709 B
Plaintext
25 lines
709 B
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
|
|
*.neon.dist linguist-language=YAML
|
|
|
|
# Remove files for archives generated using `git archive`
|
|
.coveralls.yml export-ignore
|
|
.editorconfig export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.phpstorm.meta.php export-ignore
|
|
CODE_OF_CONDUCT.md export-ignore
|
|
easy-coding-standard.neon export-ignore
|
|
LICENSE export-ignore
|
|
ecs.yml export-ignore
|
|
phpstan.neon export-ignore
|
|
phpunit.xml export-ignore
|
|
rector.yaml export-ignore
|
|
utils export-ignore
|
|
stubs export-ignore
|