Skip to content

Commit db9a8ee

Browse files
fusion94claude
andcommitted
Add .gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1310ab8 commit db9a8ee

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# Build output
5+
dist/
6+
7+
# Environment files
8+
.env
9+
.env.local
10+
.env.*.local
11+
12+
# Logs
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*
16+
17+
# IDE
18+
.idea/
19+
.vscode/
20+
*.swp
21+
*.swo
22+
23+
# OS files
24+
.DS_Store
25+
Thumbs.db
26+
27+
# Vite
28+
*.local
29+
30+
# Claude
31+
.claude/

0 commit comments

Comments
 (0)