Skip to content

Commit 4433c42

Browse files
committed
Only apps should have lockfiles
1 parent a37ce90 commit 4433c42

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
@@ -6,3 +6,8 @@ console/TestCases
66
github-deploy-key
77
github-deploy-key.pub
88
node_modules
9+
10+
# Only apps should have lockfiles
11+
package-lock.json
12+
yarn.lock
13+
npm-shrinkwrap.json

.npmrc

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

0 commit comments

Comments
 (0)