Stops tracking package-lock.json
The `package-lock.json` file was logging platform specific package information. This was causing builds to fail on platforms other than the platform that last generated the `package-lock.json` file. Resolves #572
This commit is contained in:
parent
8984711cba
commit
a2d95d28fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ slnx.sqlite
|
||||
slnx-journal.sqlite
|
||||
|
||||
## nodejs
|
||||
package-lock.json
|
||||
node_modules
|
||||
node.exe
|
||||
pnpm-lock.yaml
|
||||
|
13561
project/package-lock.json
generated
13561
project/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user