Skip to content

Commit 18e3ce7

Browse files
committed
update .gitignore
1 parent a196fc1 commit 18e3ce7

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
node_modules/
1+
node_modules/
2+
.npmrc
3+
dist/
4+
coverage/
5+
.idea/
6+
.vscode/
7+
.DS_Store
8+
*.log
9+
*.swp
10+
.env
11+
.env.*
12+
yarn-error.log
13+
yarn-debug.log*
14+
yarn.lock
15+
package-lock.json

0 commit comments

Comments
 (0)