Skip to content

Commit 5aa0a35

Browse files
committed
Initial Commit
1 parent a3b97b4 commit 5aa0a35

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.gitignore

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
.env
21
yarn.lock
3-
/node_modules
4-
node_modules
2+
node_modules/
3+
logs/
4+
*.log
5+
.env
6+
.env.local
7+
.env.*.local
8+
dist/
9+
build/
10+
*.bundle.js
11+
.vscode/
12+
.idea/
13+
.DS_Store

0 commit comments

Comments
 (0)