Skip to content

Commit 11fb3d8

Browse files
committed
Only apps should have lockfiles
1 parent bc2f7bf commit 11fb3d8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
# gitignore
12
node_modules
3+
4+
# Only apps should have lockfiles
5+
npm-shrinkwrap.json
6+
package-lock.json
7+
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)