数字人管理平台
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

10 wiersze
354 B

  1. # Automatically normalize line endings (to LF) for all text-based files.
  2. * text=auto eol=lf
  3. # Declare files that will always have CRLF line endings on checkout.
  4. *.{cmd,[cC][mM][dD]} text eol=crlf
  5. *.{bat,[bB][aA][tT]} text eol=crlf
  6. # Denote all files that are truly binary and should not be modified.
  7. *.{ico,png,jpg,jpeg,gif,webp,svg,woff,woff2} binary