2018-12-12 22:49:52 +01:00
|
|
|
# Define the line ending behavior of the different file extensions
|
|
|
|
# Set default behavior, in case users don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
* text eol=lf
|
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.gif binary
|
|
|
|
*.ico binary
|
|
|
|
|
|
|
|
# Remove files for archives generated using `git archive`
|
|
|
|
.coveralls.yml export-ignore
|
|
|
|
.travis.yml export-ignore
|
2018-12-13 17:23:24 +01:00
|
|
|
.editorconfig export-ignore
|
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore 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
|
|
|
|
create-rector.yml.dist export-ignore
|
|
|
|
|