-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 770 Bytes
/
.gitignore
File metadata and controls
48 lines (38 loc) · 770 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
# Dependencies
node_modules/
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# IDE bridge commands & config (local-only, regenerated by kit init / kit update)
.claude/commands/
.cursor/commands/
.cursor/rules/
.opencode/commands/
.opencode/opencode.json
.codex/
.worktreeinclude
# Environment
.env
.env.local
.env.*.local
# Build output
dist/
build/
npm-publish-output.txt
# Test cache
coverage/
.vite/
tests/.tmp-*/
# Archives — internal reference docs, not for public repo
docs/archives/
# Agent identity (contains PII)
.agent/engine/identity.json
# PR workflow temporary artifacts (created by /pr-review, /pr-fix, etc.)
# These MUST NOT be committed — they are intermediate data that should be processed in memory
.agent/pr-*
.agent/review-*