-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (92 loc) · 1.67 KB
/
Copy path.gitignore
File metadata and controls
114 lines (92 loc) · 1.67 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Custom MCP Server
.mcp.json*
!.mcp.json.example
# logs
logs/
# bot for postman collection
update-postman-collection.js
# Cline
.clinerules
# Prisma
migrations/
# Zipped Files
*.zip
*.gz
*.tgz
*.rar
*.7z
*.exe
*.msi
*.jar
*.apk
*.dmg
*.iso
*.img
*.tar
*.bz2
*.xz
*.lz
*.lzma
*.cab
*.whl
*.war
*.ear
*.egg
*.deb
*.rpm
*.zst
# Screenshots and feedback (large binaries / local notes)
highlight-reel-screenshots/
/feedback/
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
tests/typescript/race-conditions/results/
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.qodo
# Private financial documents - DO NOT COMMIT
docs/finances/private/
# Other Repos
node-payment-main/
# Local Netlify folder
.netlify
*.png
# scratch dir for agent/test scripts — never commit
/temp/
# Sentry Config File
.env.sentry-build-plugin
# Agent + scratch artefacts that live in the working tree but are not the app.
# `.claude/worktrees/` in particular holds OTHER agents' checkouts — committing
# it drags their in-flight branches into this one. These were swept in once by a
# `git add -A`; ignoring them means the next one cannot repeat it.
.claude/worktrees/
screens/
prompts/
# Pre-images written by scripts/stream/*.ts before they mutate the live Stream
# app. These are snapshots of production configuration (role grants, channel
# rosters) and rollback material for an operator's machine — not source.
.stream-backups/
opencode.json