Skip to content
Snippets Groups Projects
.gitattributes 396 B
Newer Older
* text=auto eol=lf

Thom Wiggers's avatar
Thom Wiggers committed
# Images should be treated as binary
*.png     binary
*.jpeg    binary
*.jpg     binary
Thom Wiggers's avatar
Thom Wiggers committed
*.ico     binary
*.mo      binary

Thom Wiggers's avatar
Thom Wiggers committed
# PDF is binary
*.pdf     binary

# Font files
*.eot     binary
*.ttf     binary
*.woff2   binary
*.woff    binary

Thom Wiggers's avatar
Thom Wiggers committed
*.py      text
*.js      text
*.css     text
*.html    text
*.sql     text
*.po      text merge=binary