+19
-2
.gitattributes
+19
-2
.gitattributes
···
1
+
# Beads merge driver
2
+
.beads/issues.jsonl merge=beads
1
3
2
-
# Use bd merge for beads JSONL files
3
-
.beads/issues.jsonl merge=beads
4
+
# Exclude from git archive (used by opam-publish)
5
+
examples/ export-ignore
6
+
bin/ export-ignore
7
+
test/ export-ignore
8
+
.beads/ export-ignore
9
+
.github/ export-ignore
10
+
.vscode/ export-ignore
11
+
.idea/ export-ignore
12
+
.opencode/ export-ignore
13
+
.ocamlformat export-ignore
14
+
opencode.json export-ignore
15
+
CONTRIBUTING.md export-ignore
16
+
COMPLIANCE.md export-ignore
17
+
compliance-report.html export-ignore
18
+
compliance-report.json export-ignore
19
+
lexicons/ export-ignore
20
+
*.install export-ignore