docs(omo-codex): batch 88 (12 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:16 +09:00
parent d1532ba30f
commit d7f8df407b
12 changed files with 389 additions and 0 deletions
@@ -0,0 +1,13 @@
# 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