Skip to content

Commit 0bbf9d8

Browse files
committed
Only apps should have lockfiles.
1 parent 3f91a95 commit 0bbf9d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ Pods/
4747

4848
.vscode
4949
.bundle/
50+
51+
# Only apps should have lockfiles
52+
yarn.lock
53+
npm-shrinkwrap.json
54+
package-lock.json

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)