Skip to content

Commit f3c38ef

Browse files
chore: clean up .gitignore and remove tracked secrets/logs
Removed from tracking: .DS_Store, .env, logs/ Added to .gitignore: logs/, coverage/, .claude/worktrees/, IDE dirs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d1a364a commit f3c38ef

5 files changed

Lines changed: 28 additions & 61 deletions

File tree

.DS_Store

-10 KB
Binary file not shown.

.env

Lines changed: 0 additions & 47 deletions
This file was deleted.

.gitignore

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1+
# Dependencies
12
node_modules/
3+
4+
# Build output
25
dist/
3-
*.tgz
4-
.DS_Store
6+
7+
# Environment & secrets
58
.env
9+
.env.local
10+
.env.*.local
11+
12+
# OS files
13+
.DS_Store
14+
Thumbs.db
15+
16+
# Logs
17+
logs/
18+
*.log
19+
20+
# Package artifacts
21+
*.tgz
22+
23+
# IDE
24+
.vscode/
25+
.idea/
26+
27+
# Coverage
28+
coverage/
29+
30+
# Claude Code worktrees
31+
.claude/worktrees/

logs/combined.log

Lines changed: 0 additions & 6 deletions
This file was deleted.

logs/error.log

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)