Skip to content

Commit 78b49ff

Browse files
committed
Only apps should have lockfiles
1 parent 3d49592 commit 78b49ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ node_modules
2626

2727
# Users Environment Variables
2828
.lock-wscript
29+
30+
# Only apps should have lockfiles
31+
npm-shrinkwrap.json
32+
package-lock.json
33+
yarn.lock

Diff for: .npmrc

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

0 commit comments

Comments
 (0)