forked from manaflow-ai/manaflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (20 loc) · 1 KB
/
Copy path.gitattributes
File metadata and controls
23 lines (20 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Always accept upstream (theirs) version for .beads/ files (auto-generated issue tracker)
# Requires: git config merge.theirs.driver "cp %B %A"
.beads/** merge=theirs
.beads/issues.jsonl merge=theirs
.beads/interactions.jsonl merge=theirs
# Always keep OUR version of morph-snapshots.json (fork-specific snapshots)
packages/shared/src/morph-snapshots.json merge=ours
configs/ide-deps.json merge=ours
packages/www-openapi-client/src/client/types.gen.ts merge=ours
# devsh fork customizations (keep ours on upstream merge)
packages/devsh/go.mod merge=ours
packages/devsh/npm/devsh/package.json merge=ours
packages/devsh/npm/devsh/llms.txt merge=ours
packages/devsh/npm/devsh/lib/postinstall.js merge=ours
packages/devsh/npm/devsh/AGENTS.md merge=ours
packages/devsh/npm/darwin-arm64/package.json merge=ours
packages/devsh/npm/darwin-x64/package.json merge=ours
packages/devsh/npm/linux-arm64/package.json merge=ours
packages/devsh/npm/linux-x64/package.json merge=ours
packages/devsh/npm/win32-x64/package.json merge=ours