-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (44 loc) · 790 Bytes
/
.gitignore
File metadata and controls
57 lines (44 loc) · 790 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
# Ephemeral/generated - managed by Claude Code
debug/
file-history/
plans/
session-env/
shell-snapshots/
telemetry/
todos/
tasks/
paste-cache/
stats-cache.json
mcp-needs-auth-cache.json
statsig/
history.jsonl
# Per-project memory - potentially sensitive
projects/
# Project-specific specifications
specs/
# Security scan reports (project-specific)
security/*
!security/.gitkeep
# Plugin marketplace cache
plugins/
# Cleanup holding area
.trash/
# Temporary files (may contain sensitive data)
tmp/
# Session transcripts (exported conversations)
transcripts/
# Local applications/tools
apps/
# Local settings overrides
settings.local.json
# macOS
.DS_Store
gmail_token.yaml
.credentials.json
vendor/
# Cache
cache/
# Internal state backups
backups/
# Personal ideas/notes
ideas/