bd sync: 2025-11-09 14:13:48

This commit is contained in:
Steve Yegge
2025-11-09 14:13:48 -08:00
parent 052255a2e8
commit d482d9ea6e
3 changed files with 146 additions and 130 deletions

View File

@@ -126,13 +126,17 @@ func TestInitCommand(t *testing.T) {
gitignoreStr := string(gitignoreContent)
expectedPatterns := []string{
"*.db",
"*.db?*",
"*.db-journal",
"*.db-wal",
"*.db-shm",
"daemon.log",
"daemon.pid",
"bd.sock",
"!*.jsonl",
"beads.base.jsonl",
"beads.left.jsonl",
"beads.right.jsonl",
"!issues.jsonl",
}
for _, pattern := range expectedPatterns {
if !strings.Contains(gitignoreStr, pattern) {