mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
# The repo's canonical text form is LF, enforced at checkout too: no smudge
|
|
# boundary between working tree and repo, so byte-level gates (verify-*
|
|
# comparisons, blob hashing, coverage offsets) see one form on every host.
|
|
# Windows command scripts require CRLF in the working tree for cmd.exe; the
|
|
# override after the default keeps the in-repo form normalized as text.
|
|
* text=auto eol=lf
|
|
*.cmd text eol=crlf
|
|
|
|
*.pdf binary
|
|
|
|
# Pairing records are generated from the three confirmed owner-blob pairs.
|
|
# The worktree-local installer registers the fail-closed driver command.
|
|
*.i18n.yaml merge=dsh-translation-pairing
|