Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6716fdc

Browse files
committed
chore: add .gitignore
Signed-off-by: 诺墨 <[email protected]>
1 parent 271f703 commit 6716fdc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# node_modules
2+
node_modules
3+
4+
# dist
5+
dist
6+
7+
# logs
8+
*.log
9+
10+
# dotenv
11+
.env

0 commit comments

Comments
 (0)