Files
oh-my-opencode/packages/omo-codex/plugin/components/rules/.gitattributes
T
2026-05-30 19:12:16 +09:00

14 lines
301 B
Plaintext

# Normalize line endings: store LF in git, check out LF on every platform.
# Required so biome's --check passes on Windows (default core.autocrlf=true).
* text=auto eol=lf
# Explicit binary types
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.tgz binary
*.gz binary