# Set default behavior to automatically normalize line endings * text=auto eol=lf # Explicitly declare text files *.ts text eol=lf *.tsx text eol=lf *.js text eol=lf *.json text eol=lf *.md text eol=lf *.css text eol=lf *.html text eol=lf *.yml text eol=lf *.yaml text eol=lf *.sql text eol=lf *.sh text eol=lf *.toml text eol=lf Dockerfile* text eol=lf .dockerignore text eol=lf docker-compose*.yml text eol=lf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.webp binary *.woff binary *.woff2 binary *.ttf binary *.eot binary