mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-02-06 10:24:27 +00:00
Only apps should have lockfiles
This commit is contained in:
parent
3b133fac2f
commit
09951b49c5
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
# gitignore
|
||||
HEAD
|
||||
.cache
|
||||
v*
|
||||
@ -15,3 +16,8 @@ npm-debug.log
|
||||
.DS_Store
|
||||
current
|
||||
default-packages
|
||||
|
||||
# Only apps should have lockfiles
|
||||
npm-shrinkwrap.json
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
Loading…
x
Reference in New Issue
Block a user