chore: remove yarn.lock, because package-lock.json exists and the two would not stay up to date with each other anyway
This commit is contained in:
parent
15b7d2cda3
commit
b518478889
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -38,3 +38,8 @@ node_modules
|
|||
|
||||
# Storage place for local files, such as developer database etc.
|
||||
local/
|
||||
|
||||
# We don't include this file in favor of package-lock.json -- we cannot have
|
||||
# both, because then developers will only update one of them and they'll
|
||||
# contradict. For now, npm shall be the canonical default (compare README.md).
|
||||
yarn.lock
|
||||
|
|
Loading…
Reference in a new issue