Skip to content

Commit cb52829

Browse files
committed
Only apps should have lockfiles
1 parent facb0a4 commit cb52829

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
@@ -128,3 +128,8 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
132+
# Only apps should have lockfiles
133+
npm-shrinkwrap.json
134+
package-lock.json
135+
yarn.lock

.npmrc

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

0 commit comments

Comments
 (0)