Skip to content

Commit f0254db

Browse files
committed
add yarn.lock to .gitignore and .npmingnore
1 parent d0a14d7 commit f0254db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ tramp
4040
coverage
4141
.nyc_output
4242

43-
package-lock.json
43+
package-lock.json
44+
yarn.lock

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
test/
22
package-lock.json
3+
yarn.lock

0 commit comments

Comments
 (0)