Only apps should have lockfiles
parent
3b133fac2f
commit
09951b49c5
|
@ -1,3 +1,4 @@
|
||||||
|
# gitignore
|
||||||
HEAD
|
HEAD
|
||||||
.cache
|
.cache
|
||||||
v*
|
v*
|
||||||
|
@ -15,3 +16,8 @@ npm-debug.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
current
|
current
|
||||||
default-packages
|
default-packages
|
||||||
|
|
||||||
|
# Only apps should have lockfiles
|
||||||
|
npm-shrinkwrap.json
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
|
Loading…
Reference in New Issue