Add .gitattributes for End-Of-Line automatic handling

This commit is contained in:
Ahmed Ashour 2015-05-07 12:43:03 +02:00
Родитель 0bb36641fc
Коммит 681057b9c9
1 изменённых файлов: 31 добавлений и 0 удалений

31
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,31 @@
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto
.classpath text
.project text
*.html text
*.htm text
*.java text
*.js text
*.jsp text
*.php text
*.properties text
*.sh text
*.xml text
*.md text
*.bat text
*.gradle text
*.pl text
*.mk text
*.tests text
*.doctest text
gradlew text
manifest text
LIST text
*.bmp binary
*.gif binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary