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:
Paul Bienkowski 2020-11-17 17:31:00 +01:00
parent 15b7d2cda3
commit b518478889
2 changed files with 5 additions and 2236 deletions

5
.gitignore vendored
View file

@ -38,3 +38,8 @@ node_modules
# Storage place for local files, such as developer database etc. # Storage place for local files, such as developer database etc.
local/ 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

2236
yarn.lock

File diff suppressed because it is too large Load diff