Skip to content

Commit 42528f2

Browse files
committed
Only apps should have lockfiles
1 parent bc18dc8 commit 42528f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
node_modules
2+
3+
# Only apps should have lockfiles
4+
npm-shrinkwrap.json
5+
package-lock.json
6+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)