mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-20 07:22:43 +02:00
Add gitattributes file
This commit is contained in:
parent
6f550c9826
commit
5f515d262b
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
/vendor
|
||||
/build
|
||||
composer.lock
|
||||
.idea/
|
||||
|
||||
/demo
|
||||
rector-symfony.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user