Explorar o código

Merge pull request #6 from hxx258456/main

feat: update gitattributes
行者 %!s(int64=2) %!d(string=hai) anos
pai
achega
9ac68bef76
Modificáronse 1 ficheiros con 14 adicións e 1 borrados
  1. 14 1
      .gitattributes

+ 14 - 1
.gitattributes

@@ -1 +1,14 @@
-* text=auto eol=crlf
+* text=auto
+
+# Force the following filetypes to have unix eols, so Windows does not break them
+*.* text eol=lf
+
+# Windows forced line-endings
+/.idea/* text eol=crlf
+
+#
+## These files are binary and should be left untouched
+#
+
+# (binary is a macro for -text -diff)
+*.png binary