mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 05:18:18 +01:00
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
# 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
|