# Auto detect text files and perform LF normalization
*        text=auto

*.html   text diff=html
*.css    text
*.less   text
*.js     text
*.ts     text
*.json   text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

# absolute paths are ok, as are globs
/**/postinst* text eol=lf

# paths that don't start with / are treated relative to the .gitattributes folder
relative/path/*.txt text eol=lf
