Skip to content

Commit 827734a

Browse files
committed
chore(git): ignore npm lock file + resolve yarn.lock as binary
1 parent 1eb3693 commit 827734a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarn.lock -diff
2+
package-lock.json -diff

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ testem.log
4444
# System Files
4545
.DS_Store
4646
Thumbs.db
47+
package-lock.json

0 commit comments

Comments
 (0)