-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (54 loc) · 1.17 KB
/
Copy path.gitignore
File metadata and controls
72 lines (54 loc) · 1.17 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
# Dependencies
node_modules/
# Build outputs
bin/*
!bin/aide-wrapper.ts
!bin/preflight.mjs
dist/
# IDE/Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# AIDE: inner .aide/.gitignore controls what's tracked vs local-only.
# Config and shared/ (git-friendly markdown) are committed.
# Runtime data (memory/*.db, state/, _logs/, bin/) is excluded by .aide/.gitignore.
# Logs
*.log
# Claude Code (all local/machine-specific)
.claude/
# OpenCode local config and runtime (machine-specific paths)
.opencode/
opencode.json
.mcp.json
# Lock files from aide binary downloads
packages/opencode-plugin/bin/.aide-download.lock
# npm lockfile (using bun everywhere)
package-lock.json
!docs/package-lock.json
# Syncthing temporary files
.syncthing.*.tmp
**/.syncthing.*.tmp
# Dev toggle state (aide-dev-toggle.sh)
.claude-prod-path
*.bak
# Codex CLI local config
.codex/
# Environment
.env
.env.local
.orphaned_at
# aide-web frontend build output (rebuilt by CI and `bun run build`)
aide-web/internal/webdist/build/
# Docusaurus (docs site)
docs/.docusaurus/
docs/build/
docs/node_modules/
# Local-only design notes — never committed
design/
.playwright-mcp/
estate-*.png