Skip to content

Commit 8061bd5

Browse files
casabreclaude
andcommitted
chore: add .gitignore for node_modules, dist, coverage, .codegraph
The repo had no .gitignore, leaving build/dependency artifacts untracked but committable. Ignore them to prevent accidental commits. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent cf7debc commit 8061bd5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# Build output
5+
dist/
6+
7+
# Test / coverage artifacts
8+
coverage/
9+
10+
# CodeGraph index
11+
.codegraph/
12+
13+
# Env / local
14+
.env
15+
.env.local
16+
*.log

0 commit comments

Comments
 (0)