-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (56 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
64 lines (56 loc) · 1.07 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
### Java / Maven
**/dependency-reduced-pom.xml
**/target/
*.class
hs_err_pid*
replay.log
### IDE
.idea/
*.iml
.classpath
.project
.settings/
.vscode/
### OS
.DS_Store
Thumbs.db
### Node / frontend build (ai-apm-frontend)
node_modules/
# Generated from node_modules/mermaid at build/dev time (see scripts/copy-mermaid-vendor.mjs)
ai-apm-frontend/public/vendor/
dist/
.vite/
coverage/
.scannerwork/
.pnpm-store/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
### Env / secrets (keep *.example committed)
.env/
.env
.env.*
!.env.example
!.env.*.example
### Logs
*.log
### Local scratch
.local/
.tmp/
CLAUDE.md
### Web runtime data (Docker Compose mounts ./ai-apm-web → /app)
ai-apm-web/data/
# Built by Maven from ai-apm-frontend; packaged into target/classes/static
ai-apm-web/src/main/resources/static/
### Docker Compose local runtime
deploy/docker/data/
deploy/local/data/
deploy/local/run/
deploy/images/*/*.jar
deploy/images/dist/
ai-apm-demo/target/
.cursor/
### Integration test artifacts (deploy/test)
deploy/test/lib/reports/
deploy/test/lib/fixtures/captured/