Skip to content

Commit 57aa6df

Browse files
author
Jeremy
committed
chore: Add .gitignore
1 parent 2c4d7f0 commit 57aa6df

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Dependencies
2+
node_modules/
3+
.pnp
4+
.pnp.js
5+
6+
# Testing
7+
coverage/
8+
*.lcov
9+
10+
# Production
11+
dist/
12+
build/
13+
14+
# Misc
15+
.DS_Store
16+
*.pem
17+
*.log
18+
.env
19+
.env.local
20+
.env.*.local
21+
22+
# IDE
23+
.vscode/
24+
.idea/
25+
*.swp
26+
*.swo
27+
28+
# OpenCode
29+
.opencode/

0 commit comments

Comments
 (0)