# Autodetect text files
* text=auto
-# Force the following filetypes to have unix eols, so Windows does not break them
-*.* text eol=lf
-
# Force images/fonts to be handled as binaries
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.otf filter=lfs diff=lfs merge=lfs -text
*.z filter=lfs diff=lfs merge=lfs -text
*.docx filter=lfs diff=lfs merge=lfs -text
+
+# Force the following filetypes to have unix eols, so Windows does not break them
+*.php text eol=lf
+*.tpl text eol=lf
+*.sh text eol=lf
+*.json text eol=lf
+*.lock text eol=lf
+*.dist text eol=lf
+*.xml text eol=lf