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:
@@ -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
|
||||
Reference in New Issue
Block a user