-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 1.19 KB
/
Copy path.gitignore
File metadata and controls
61 lines (49 loc) · 1.19 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
.DS_Store
Thumbs.db
Desktop.ini
/.codex
/context
/node_modules
/dist
/coverage
**/node_modules/
**/dist/
**/.vite/
**/coverage/
.adadex/
# Internal roadmap & phase plans (private to maintainers — not published)
.planning/
# Cursor — hooks/state (continual-learning.json etc.), plans; machine-local only
.cursor/
# Stale emit under src/ — Vite resolves .js before .tsx and serves outdated UI
apps/web/src/**/*.js
.playwright-cli/
.playwright-mcp/
.pnpm-store/
# Local env and secrets (.env.example / *.example stay tracked)
.env
.env.*
!.env.example
# actionlint CLI (download script often drops binary at repo root)
/actionlint
# Package manager logs
pnpm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Miscellaneous logs
*.log
# Scratch/verification screenshots
static/images/claude-usage-verify.png
static/images/customize-agent-models.png
static/images/customize-agent-verify.png
static/images/deck-claude-verify.png
# Local agent directories (skills, IDE/runtime writes — not shipped with the repo)
/.agents/*
!/.agents/skills/
/.agents/skills/*
!/.agents/skills/adadex-maintenance/
/.claude/
/.opencode/
# Installed agent skills manifest (local / per-machine hashes)
/skills-lock.json