-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 798 Bytes
/
.gitignore
File metadata and controls
61 lines (49 loc) · 798 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Local development and scratch files
scratch/
notes/
temp/
local/
IDEAS.md
# Claude Code files
.claude/
CLAUDE*.md
# Beads issue tracker
.beads/
# ck index cache and config
.ck/
.ckignore
# VitePress cache and build
docs/.vitepress/cache
docs/.vitepress/dist
# MCP Server build artifacts
mcp-server/node_modules/
mcp-server/dist/
mcp-server/*.tsbuildinfo
# Node modules and dependencies
node_modules/
yarn.lock
pnpm-lock.yaml
# NPM auth tokens (root only — mcp-server/.npmrc uses env var reference, safe to commit)
/.npmrc
# Environment files
.env
.env.local
.env.*.local
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
Thumbs.db
CHANGELOG.md
# Dolt database files (added by bd init)
.dolt/
*.db