mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
cb471e3666
pacakge-lock.json seems to be buggy now, with different OS giving different results. See https://github.com/npm/npm/issues/17749 We have been having trouble keeping it up to date with yarn.lock. It doesn't give us a big win, because it is ignored if you install the package from npm. This patch removes package-lock.json and starts ignoring it.
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
/node_modules/
|
|
/test/output
|
|
/.local-chromium/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|