๐Ÿ“ฆ Turbo87 / dotclaude

๐Ÿ“„ .gitignore ยท 28 lines
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# Personal settings and API configurations
settings.json

# Conversation history and project data
history.jsonl
file-history/
projects/
shell-snapshots/
todos/

# Logs and debug files
debug/
logs/
*.log

# Local installations and dependencies
local/
node_modules/

# IDE and editor files
ide/

# Plugin configurations (may contain personal data)
plugins/

# Analytics and telemetry data
statsig/