forked from apache/maka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
17 lines (15 loc) · 949 Bytes
/
Copy path.gitattributes
File metadata and controls
17 lines (15 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Git on Windows converts LF to CRLF in the working tree by default. That breaks
# every byte comparison against a generated file — `npm run check:third-party-notices`
# fails on a checkout it has not touched — and it would ship license text whose
# bytes differ from the macOS build of the same release. Nothing in this
# repository needs CRLF, so the working tree stays LF everywhere.
* text=auto eol=lf
# Repository-local agent configuration, visual review evidence, and incubation
# working notes are not source-release inputs.
/.claude export-ignore
/.maka-shots export-ignore
/maka-proposal-zh-review.txt export-ignore
# DeepSeek Harness remains available to repository development and benchmarks,
# but its external runtime dependency closure is not an ASF source-release input.
/packages/eval/harbor/deepseek-harness-toolchain/package.json export-ignore
/packages/eval/harbor/deepseek-harness-toolchain/package-lock.json export-ignore