Add gitattributes file

This commit is contained in:
mscherer 2018-12-12 22:49:52 +01:00
parent 6f550c9826
commit 5f515d262b
2 changed files with 15 additions and 0 deletions

14
.gitattributes vendored Normal file
View 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
View File

@ -5,6 +5,7 @@
/vendor
/build
composer.lock
.idea/
/demo
rector-symfony.yml