# Auto detect text files and perform LF normalization * text=auto # Source code *.js text eol=lf *.jsx text eol=lf *.ts text eol=lf *.tsx text eol=lf *.json text eol=lf *.css text eol=lf *.scss text eol=lf *.html text eol=lf *.xml text eol=lf *.md text eol=lf *.yaml text eol=lf *.yml text eol=lf # Scripts *.sh text eol=lf *.bash text eol=lf # Windows scripts *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.mov binary *.mp4 binary *.mp3 binary *.flv binary *.fla binary *.swf binary *.gz binary *.zip binary *.7z binary *.ttf binary *.eot binary *.woff binary *.woff2 binary *.pyc binary *.pdf binary