mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
20 lines
429 B
Text
20 lines
429 B
Text
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
||
|
* text=auto
|
||
|
|
||
|
# Declare files that will always have LF line endings on checkout.
|
||
|
*.php text eol=lf
|
||
|
*.css text eol=lf
|
||
|
*.js text eol=lf
|
||
|
*.pstpl text eol=lf
|
||
|
*.html text eol=lf
|
||
|
*.sql text eol=lf
|
||
|
*.txt text eol=lf
|
||
|
*.lss text eol=lf
|
||
|
|
||
|
# Denote all files that are truly binary and should not be modified.
|
||
|
*.jpg binary
|
||
|
*.png binary
|
||
|
*.gif binary
|
||
|
*.ico binary
|
||
|
*.mo binary
|