From ee07987f7b504e2e6de929def551fb2b8b17e64f Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 30 May 2026 19:09:11 +0900 Subject: [PATCH] feat(packages): add .gitattributes --- .../components/comment-checker/.gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/omo-codex/plugin/components/comment-checker/.gitattributes diff --git a/packages/omo-codex/plugin/components/comment-checker/.gitattributes b/packages/omo-codex/plugin/components/comment-checker/.gitattributes new file mode 100644 index 000000000..9363fdb74 --- /dev/null +++ b/packages/omo-codex/plugin/components/comment-checker/.gitattributes @@ -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