-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (96 loc) · 2.4 KB
/
Copy path.gitignore
File metadata and controls
124 lines (96 loc) · 2.4 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
*.lance
*-wal
*-shm
.build
.swiftpm
**/__pycache__
node_modules/
.venv/
dist/
.env
.env.*
!.env.example
.claude/settings.local.json
.mastra/
packages/birmel/data/
packages/birmel/prisma/data/
# macOS metadata
.DS_Store
# Editor / vim swap and backup files
*.swp
*.swo
*~
*.orig
*.rej
# Per-package VS Code workspace settings (machine-specific paths, personal IDE prefs).
# Shared workspace recommendations (extensions.json, tasks.json) remain tracked.
packages/**/.vscode/settings.json
# Playwright test results
test-results/
# Playwright MCP logs
.playwright-mcp/
# discord-plays-pokemon workspace build artifacts
packages/dpp/
# Claude Code local session files (root level only)
# Ignore everything under .claude/ except the checked-in project config + hooks.
/.claude/*
!/.claude/settings.json
!/.claude/hooks/
/.claude/hooks/*
!/.claude/hooks/trust-mise.sh
!/.claude/hooks/worktree-reminder.sh
/.claude.json
/.claude.json.*
/.codex/*
!/.codex/config.toml
# Clauderon daemon data (root level only)
/.clauderon/
# Build and tool caches (root level only, from HOME=/workspace)
/.bun/
/.cache/
/.cargo/
/.local/
/.npm/
/.rustup/
.config/
**/.eslintcache
# Application logs
logs/
# Test coverage output
coverage/
/.ci-reports/
# Monarch hardcoded order data (contains personal purchase history)
packages/monarch/src/lib/costco/costco-orders.json
# Cooklang plugin build output
packages/cooklang-for-obsidian/main.js
# Obsidian plugin bundles (may contain embedded secrets)
obsidian/.obsidian/plugins/*/main.js
**/:memory:
# Xcode local machine-specific Node path (do not commit)
packages/tasks-for-obsidian/ios/.xcode.env.local
# iOS CocoaPods dependencies (regenerated by pod install)
packages/tasks-for-obsidian/ios/Pods/
# iOS build output (regenerated at build time)
packages/tasks-for-obsidian/ios/build/
# Large binary files that should not be committed
*.db
*.sqlite
*.sqlite3
# Generated TypeDoc docs (webring)
packages/webring/docs/
# Astro build cache
packages/cooklang-rich-preview/.astro/
# ESLint config compiled output
packages/eslint-config/local.js
packages/eslint-config/local.js.map
packages/eslint-config/local.d.ts
packages/eslint-config/local.d.ts.map
# Agent scratch scripts for live Discord interaction (see discord skill)
packages/streambot/scratch/
.turbo
# moon
.moon/cache
.moon/docker
# transient bun-publish auth indirection (scripts/publish-npm.ts writes + removes it)
.npmrc
**/.eslintcache-buildkite