Skip to content

Commit 403224a

Browse files
committed
Create .gitignore
1 parent f5d3996 commit 403224a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# dependencies
2+
node_modules/
3+
bun.lockb
4+
5+
# build output
6+
dist/
7+
8+
# environment
9+
.env
10+
.env.local
11+
12+
# misc
13+
.DS_Store
14+
*.tsbuildinfo

0 commit comments

Comments
 (0)