Skip to content

Commit df48bfa

Browse files
committed
Only apps should have lock files.
1 parent 35e47e1 commit df48bfa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

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

.npmrc

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

0 commit comments

Comments
 (0)