1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Treat *.lss files as plain text in .gitattributes (#90940)

This commit is contained in:
Carlos Sánchez López 2023-08-22 14:27:47 -07:00 committed by GitHub
parent 6b67caaedf
commit c59aef7622
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View file

@ -16,6 +16,8 @@
*.png binary
*.gif binary
*.lss text
# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.in text eol=lf