# 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 *.md text eol=lf # Shell scripts *.sh text eol=lf # Docker Dockerfile text eol=lf *.dockerignore text eol=lf # Config files *.yml text eol=lf *.yaml text eol=lf *.toml text eol=lf *.ini text eol=lf *.env text eol=lf .env* text eol=lf # Documentation *.md text eol=lf LICENSE text eol=lf README* text eol=lf # Archives *.zip binary *.tar binary *.gz binary # Images *.jpg binary *.jpeg binary *.png binary *.gif binary *.ico binary *.svg text eol=lf *.webp binary # Fonts *.woff binary *.woff2 binary *.ttf binary *.otf binary *.eot binary