mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8690a77a2b
Remove the redundant rule for dependency graph as the `src/index.ts` is not required. This was introduced in 64c9c709
, but the filestructure has changed from since then and it doesn't work as `src/index.ts` is replaced with `src/node.ts` and `src/web.ts` as per the use case.
21 lines
292 B
Plaintext
21 lines
292 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/test-user-data-dir*
|
|
/.local-chromium/
|
|
/.local-firefox/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/utils/browser/puppeteer-web.js
|
|
/lib
|
|
test/coverage.json
|
|
temp/
|
|
puppeteer-core-*.tgz
|
|
new-docs/
|