Updated .gitattributes
authorRoland Häder <roland@mxchange.org>
Sun, 10 Jul 2022 09:48:34 +0000 (11:48 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 10 Jul 2022 09:48:34 +0000 (11:48 +0200)
.gitattributes

index 983348db6d13355b59eb5d4cdb8f6bf0d56e19b4..a06e23ebdd9e5a17593b4dadd0cbde4433ba3d98 100644 (file)
@@ -4,9 +4,6 @@
 # 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