Skip to content

Commit 7e1d5d9

Browse files
committed
add yarn-error.log to .gitignore
1 parent e43e5fe commit 7e1d5d9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.DS_Store
2-
node_modules
2+
node_modules/
33
*.sock
4-
build
4+
/build/
55
npm-debug.log
6-
dist
7-
coverage
6+
yarn-error.log
7+
/dist/
8+
/coverage/
89

910
# lockfiles
1011
yarn.lock

0 commit comments

Comments
 (0)