-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (59 loc) · 892 Bytes
/
.gitignore
File metadata and controls
67 lines (59 loc) · 892 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
62
63
64
65
66
67
# Dependencies
node_modules/
dist/
build/
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.backup
*.env
# IDEs and Tools
.vscode/
.idea/
.kiro/
.claude/
.serena/
.agent/
.gemini/
*.sublime-project
*.sublime-workspace
# OS Files
.DS_Store
Thumbs.db
# Logs and Data
logs/
*.log
logs.jsonl
*.jsonl
key-history.json
.runtime/
sessions/
daemon/
data/
# Misc
*.tmp
*.temp
npm-debug.log*
yarn-debug.log*
yarn-error.log*
tmp/
.taskmaster/
.research/
# Internal documentation (not for public repo)
DEEP_RESEARCH_SUMMARY.md
COMMIT_SUMMARY.md
DISCORD_MESSAGE.md
IMPLEMENTATION_SUMMARY.md
BEFORE_AFTER_COMPARISON.md
LOG_FORMAT_GUIDE.md
ROTATO_LOGGING_FIX_SUMMARY.md
LOGGING_IMPROVEMENTS.md
LOGIN_FIX_SUMMARY.md
TASK_*_*.md
# Development documentation (optional - can be excluded from public repo)
# docs/development/
# docs/implementation/
CLAUDE.md