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:
parent
6b67caaedf
commit
c59aef7622
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue