-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (63 loc) · 928 Bytes
/
Copy path.gitignore
File metadata and controls
81 lines (63 loc) · 928 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
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
# Rust
/target/
**/*.rs.bk
# Node / Frontend
node_modules/
dist/
.vite/
*.tsbuildinfo
.turbo/
# npm lock file (we use pnpm — see frontend/pnpm-lock.yaml)
frontend/package-lock.json
# Environment / Secrets
.env
.env.local
.env.*.local
# Docker
docker-compose.override.yml
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Lychee link-checker cache
.lycheecache
# Runtime data / logs
data/logs
# Upload artifacts
data/uploads
# Coverage
lcov.info
*.profraw
*.profdata
# SQLx offline mode
.sqlx/
# GitNexus
.gitnexus
# AI tooling
.claude/
.agentic-qe/
.claude-flow/
.swarm/
.mcp.json
.playwright-mcp/
# OS files
Thumbs.db
# Codex local configuration
.codex/
# Claude Flow runtime data
.claude-flow/data/
.claude-flow/logs/
# Environment variables
.env
.env.local
.env.*.local
# Claude Code local config
CLAUDE.local.md
.autopilot/queued/
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key