Skip to content

Commit 8649295

Browse files
committed
Overwrite remote repository with node project
0 parents  commit 8649295

16 files changed

+6227
-0
lines changed

Diff for: .gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# dependencies
2+
/node_modules
3+
4+
# production
5+
/dist
6+
7+
# local env files
8+
.env*.local
9+
.env.*
10+
.env

0 commit comments

Comments
 (0)