-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (35 loc) · 697 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (35 loc) · 697 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
# Dependencies
node_modules/
.pnpm-store/
# Build output
dist/
.next/
out/
*.tsbuildinfo
# Test output
coverage/
.vitest-cache/
# Editor / OS
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.swp
# Env / secrets
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Wiki tooling state (per-wiki .llm-wiki/ folders are gitignored at the wiki root,
# not here — this repo isn't a wiki)
# Local review/screenshot scratch
ss/
# Local-only PR review notes — never pushed
prdocs/
# Maintainer-only release playbook — kept on disk for the maintainer,
# not shipped to the public repo. Removed from tracking 2026-05-27.
docs/15-publishing.md