-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (50 loc) · 828 Bytes
/
.gitignore
File metadata and controls
56 lines (50 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Build artifacts
/gaze
*.exe
vendor/
# Test artifacts
cover.out
*.test
*.out
*.prof*
# MegaLinter reports
megalinter-reports/
mega-linter.log
# GoReleaser
dist/
# OS files
.DS_Store
Thumbs.db
# IDE / editor
.idea/
.vscode/
*.swp
*~
fake_claude
fake_gemini
internal/aireport/testdata/fake_opencode/fake_opencode
gaze
fake_opencode
.dewey/
# Unbound Force — managed by uf init
# Runtime data under .uf/ (databases, caches, locks, logs)
.uf/workflows/
.uf/artifacts/
.uf/dewey/graph.db
.uf/dewey/graph.db-shm
.uf/dewey/graph.db-wal
.uf/dewey/*.lock
.uf/dewey/cache/
.uf/dewey/dewey.log
.uf/replicator/*.db
.uf/replicator/*.db-shm
.uf/replicator/*.db-wal
.uf/replicator/*.lock
.uf/muti-mind/artifacts/
.uf/mx-f/data/
# Legacy tool directories (renamed to .uf/ in Spec 025)
.dewey/
.hive/
.unbound-force/
.muti-mind/
.mx-f/