-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (83 loc) · 2.08 KB
/
.gitignore
File metadata and controls
95 lines (83 loc) · 2.08 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
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
.kotlin
.claude/skills/.thresholds-hash
.claude/scheduled_tasks.lock
experiment/cron-logs/
# Per-machine MCP server config (absolute jar path). Developers generate
# their own via `./gradlew :mcp:jar` and point Claude Code at it.
.mcp.json
# Plugin-generated agent briefs and per-module agent instruction files. The
# dogfood self-apply produces these locally; the canonical CLAUDE.md is the
# committed root file.
.agent/
**/AGENTS.md
# Per-module dogfood HTML reports embed absolute file paths and so cannot
# match byte-for-byte between local and CI runs. The committed sources of
# truth for "did findings drift" are docs/reports/SUMMARY.md and
# docs/reports/index.html, both of which are path-free and deterministic.
# Per-module HTML is regenerated locally for browser viewing and uploaded
# as a CI artifact.
docs/reports/adapters.html
docs/reports/annotations.html
docs/reports/claude-review.html
docs/reports/core.html
docs/reports/plugin.html
docs/reports/recipes.html
docs/reports/refactoring.html
docs/reports/root.html
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
.claude/settings.local.json
.idea/
### Secrets ###
.env
.env.local
*.key
### Claude Code logs ###
.claude/tool-log.jsonl
.claude/session-log.jsonl
.claude/tool-log-part*.jsonl
.claude/session-log-part*.jsonl
### Plugin-scaffolded per-module skill copies (build artefacts) ###
/*/.claude/
### Experiment outputs (generated by scripts/run-experiment.sh) ###
experiment/*.patch
experiment/*-tools.jsonl
experiment/*-session.jsonl
experiment/*-usage.json
### Single-file experiment outputs (generated by scripts/run-single-file.sh) ###
experiment/single/