mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-23 17:08:21 +00:00
Configure line endings to enforce LF and mark binary files
This commit is contained in:
parent
dc1784deb5
commit
bc0ca798d9
1 changed files with 7 additions and 0 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
|
@ -10,3 +10,10 @@
|
|||
*.css linguist-vendored=true
|
||||
*.html linguist-vendored=true
|
||||
*.json linguist-vendored=true
|
||||
|
||||
# Line endings - enforce LF for all text files
|
||||
* text=auto eol=lf
|
||||
|
||||
# Binary files
|
||||
*.pfx binary
|
||||
*.snk binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue