Skip to content

Commit a689700

Browse files
committed
Only apps should have lockfiles
1 parent f13c1c4 commit a689700

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
node_modules
1+
# gitignore
2+
node_modules
3+
4+
# Only apps should have lockfiles
5+
npm-shrinkwrap.json
6+
package-lock.json
7+
yarn.lock

.npmrc

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

0 commit comments

Comments
 (0)