-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (43 loc) · 824 Bytes
/
.gitignore
File metadata and controls
46 lines (43 loc) · 824 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
.DS_Store
node_modules
.worktrees
.sst
.env
.idea
.vscode
.codex
*~
playground
tmp
dist
ts-dist
.turbo
**/.serena
.serena/
/result
refs
Session.vim
/opencode.json
a.out
target
.scripts
.direnv/
# Local dev files
opencode-dev
UPCOMING_CHANGELOG.md
logs/
*.bun-build
tsconfig.tsbuildinfo
# Python artifacts
__pycache__
*.pyc
.venv/
# Transient commit-message and PR-body templates per CLAUDE.md commit
# workflow. Do NOT track — they're per-developer scratch files that
# intentionally quote upstream brand strings when describing rebrand
# fixes, and tracking them produces false-positive branding leaks.
# Use **/ so nested .github/meta paths (e.g. packages/*/.github/meta/)
# are also covered — a flat anchor would silently miss them.
**/.github/meta/commit.txt
**/.github/meta/diff.txt
**/.github/meta/pr-body-*.md