Skip to content

Commit 947560f

Browse files
committed
Update .gitignore
1 parent 72fbeb0 commit 947560f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.DS_Store
2+
node_modules/
3+
/dist
4+
/public
5+
6+
# Log files
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Editor settings
12+
.vscode

0 commit comments

Comments
 (0)