-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (42 loc) · 726 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (42 loc) · 726 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
# ===========================================
# Claude Code - Git Ignore
# ===========================================
# ----- Session & History Data -----
history.jsonl
sessions/
session-env/
shell-snapshots/
file-history/
# ----- Personal Data -----
todos/
tasks/
plans/
projects/
settings.local.json
project-config.json
# ----- Cache & Analytics -----
stats-cache.json
statsig/
*cache/
telemetry/*
# ----- Debug Logs -----
debug/
# ----- Lock Files -----
.update.lock
# ----- Plugins -----
plugins/
# ----- Backup Files -----
backups/
*.bak.*
# ----- macOS -----
.DS_Store
*.swp
*~
# ----- Node.js (for MCP servers) -----
node_modules/
npm-debug.log*
yarn-error.log*
# ----- IDE -----
.idea/
.vscode/
*.sublime-*