Update the.gitAttributes file, add processing rules for text and binary files, and ensure the correct identification of file types.

This commit is contained in:
戒酒的李白
2025-08-04 00:20:29 +08:00
parent 9a5168e7b2
commit b504808745
+10
View File
@@ -1 +1,11 @@
*.js linguist-language=python
* text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.png binary
*.jpg binary
*.exe binary
*.dll binary