You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 331B

1234567
  1. # We'll let Git's auto-detection algorithm infer if a file is text. If it is,
  2. # enforce LF line endings regardless of OS or git configurations.
  3. * text=auto eol=lf
  4. # Isolate binary files in case the auto-detection algorithm fails and
  5. # marks them as text files (which could brick them).
  6. *.{png,jpg,jpeg,gif,webp,woff,woff2} binary