forked from RooCodeInc/Roomote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (65 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
83 lines (65 loc) · 1.52 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
# misc
.DS_Store
*.pem
Thumbs.db
__pycache__/
# .env
.env.local
.env.local.*
.env.development
.env.preview
.env.production
.env.test
# deployment state
deploy/state/
deploy/providers/**/.terraform/
deploy/providers/**/*.tfstate
deploy/providers/**/*.tfstate.backup
# turbo
.turbo
# build tooling scratch files
**/tsup.config.bundled_*.mjs
# vercel
.vercel
# docker
**/.docker/data
**/.docker/logs
# logs
*.log
# project mcp config
.roomote/mcp.json
# codebase indexing
.qdrant/
# PRDs
plans/
# releases
worker-*.tar.gz
worker-*.tar.gz.sha256
worker-vlocal-*
worker-vnested-*
codex-acp-v*.tar.gz
codex-acp-v*.tar.gz.sha256
codex-acp-v*.zip
codex-acp-v*.zip.sha256
releases/
# promptfoo eval results
packages/cloud-agents/evals/**/results/
packages/cloud-agents/results/
# local agent notes
AGENTS.local.md
# claude skills (tracked via .agents/, not through .claude symlink)
.claude/skills/
# temporary agent worktree checkouts (.agents/skills stays tracked). Anchored
# because knip prefixes unanchored patterns with **/ and applies them to
# absolute paths in some globs, which made every file inside a worktree nested
# under .agents/worktrees/ match and flooded knip with phantom unused findings.
# The .claude line covers the same worktrees reached through the tracked
# .claude -> .agents symlink, which filesystem walkers follow but git does not.
/.agents/worktrees/
/.claude/worktrees/
/.worktrees/
# e2e
artifacts/ci-e2e/