戒酒的李白

Update the.gitAttributes file, add processing rules for text and binary files, a…

…nd ensure the correct identification of file types.
1 *.js linguist-language=python 1 *.js linguist-language=python
  2 +
  3 +* text=auto
  4 +
  5 +*.bat text eol=crlf
  6 +*.cmd text eol=crlf
  7 +
  8 +*.png binary
  9 +*.jpg binary
  10 +*.exe binary
  11 +*.dll binary