-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (102 loc) · 1.85 KB
/
.gitignore
File metadata and controls
128 lines (102 loc) · 1.85 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
inkeep-qa-project
# dependencies
node_modules/
package-lock.json
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
logs/
!.yarn/releases
!.yarn/versions
# testing
/coverage
*/coverage
coverage/
*.lcov
# production
/build
# misc
.DS_Store
*.pem
*.db
.setup-complete
.blob-storage/
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.log
# env files (can opt-in for committing if needed)
.env
.env.local
.env.*.local
.env.docker
.env.production
.env.staging
.slack-dev.json
# Keep providers.yaml for Nango integrations
!providers.yaml
# Keep env.example for easy setup
!env.example
# typescript
*.tsbuildinfo
next-env.d.ts
local.db
# Optional local dev services (cloned by pnpm setup-dev:optional)
.optional-services/
# Isolated environment state (created by scripts/isolated-env.sh)
.isolated-envs/
.ipc-hosted-tools/
.hosted-tools/
.playwright-mcp
.vercel/
.idea/
agents-manage-ui/cypress/screenshots/
agents-manage-ui/cypress/videos/
.turbo/
dist/
.next/
out/
.source/
vite.config.d.ts
# Generated skill collections
agents-docs/skills-collections/.generated/
# CI-generated PR context skill (not committed)
.claude/skills/pr-context/
# Ship spec files (local working artifacts)
.claude/specs/
.claude/ship-state.json
.claude/worktrees/
# Turborepo
.turbo
# Generated workflow bundles
agents-api/.well-known/
# Workflow runtime data
agents-api/.workflow-data/
# Node compile cache
node-compile-cache/
tmp
.claude/specs
reports
tasks
prd.json
progress.txt
.ralph-last-branch
# PID files from auto-started services
.pid
.ralph-archives/
.claude/settings.local.json
# Ideas/drafts folder
.ideas/
# Vitest image snapshots test folder
.vitest-attachments/
# Vitest actual snapshots
*-actual-chromium.png
.pnpm-store/
.vercel
packages/agents-ui-local
.claude/pr-diff/