forked from shepherdjerred/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (77 loc) · 1.91 KB
/
Copy path.gitignore
File metadata and controls
100 lines (77 loc) · 1.91 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
*.lance
*-wal
*-shm
.build
.swiftpm
**/__pycache__
node_modules/
dist/
.env
.env.*
!.env.example
.claude/settings.local.json
.mastra/
packages/birmel/data/
packages/birmel/prisma/data/
# macOS metadata
.DS_Store
# 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)
/.claude/
!/.claude/settings.json
/.claude.json
/.claude.json.*
# Clauderon daemon data (root level only)
/.clauderon/
# Build and tool caches (root level only, from HOME=/workspace)
/.bun/
/.cache/
/.cargo/
/.local/
/.npm/
/.rustup/
.config/
# Legacy Bazel marker/lock files
.bun-install.lock
.bun-install-done
.build-*.lock
.generate-done
# Lefthook local overrides
lefthook-local.yml
**/.eslintcache
# Application logs
logs/
# Test coverage output
coverage/
# 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
MODULE.bazel.lock
# 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