# Enforce LF line endings for all text files
* text=auto eol=lf

# Lock files - don't merge, regenerate
bun.lock -diff merge=binary

# Binary assets
*.png binary
*.jpg binary
*.jpeg binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
