11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
|
# Path-based git attributes
|
||
|
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
|
||
|
|
||
|
# Force Unix style line endings
|
||
|
* text eol=lf
|
||
|
|
||
|
# Explicitly mark binary types (to prevent unwanted line conversion)
|
||
|
*.ico binary
|
||
|
*.png binary
|
||
|
*.woff binary
|