-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (87 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
105 lines (87 loc) · 1.3 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
node_modules/
.idea/
build/
dist/
out/
*.iml
*.bun-build
argonaut-cli
./main
main
/app
/bin/
### Go CLI binaries
a9s
argonaut
cmd/app/app
e2e/a9s_e2e
### Editor or tool output
repomix-output.xml
*.exe
*.exe~
*.dll
*.so
*.dylib
junit.xml
# Performance profiling
.clinic/
# Test coverage reports
coverage/
*.lcov
coverage-final.json
clover.xml
# Mutation testing reports
reports/
stryker-tmp/
# Claude Code configurations (user-specific)
.claude/
.roo/
.roomodes
CLAUDE.md
TODO-tests.md
# Claude Flow runtime data
.claude-flow/
.swarm/
.hive-mind/
coordination/
memory/
# Claude Flow generated files
.claude/settings.local.json
.mcp.json
claude-flow.config.json
claude-flow
claude-flow.bat
claude-flow.ps1
hive-mind-prompt-*.txt
# AI automation databases
*.db
*.db-journal
*.db-wal
*.sqlite
*.sqlite-journal
*.sqlite-wal
# IDE files
*.iml
.idea/
.vscode/
# macOS
.DS_Store
# Ignore downloaded Argo CD manifest
argocd/install.yaml
logs/
.argocd-portforward.pid
.argocd-gitdaemon.pid
# Git worktrees
.worktrees/
# Local Go build/test caches (do not commit)
.gocache/
.gomodcache/
.gotmp/
# E2E test failure snapshots (keep .gitkeep)
e2e/test-snapshots/*.raw
e2e/test-snapshots/*.txt
e2e/test-snapshots/*.screen
# screenshot recording by-products (assets/README.md)
/argonaut-demo
/*_raw.png
/screenshot_discard.gif