mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
0a9377e0a9
- setup .npmignore; - index.js selecting a browser; - minor package.json tweaks; - example script which works against npm pack'ed module.
25 lines
400 B
Plaintext
25 lines
400 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/output-webkit
|
|
/test/test-user-data-dir*
|
|
/.local-chromium/
|
|
/.local-browser/
|
|
/.local-webkit/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/src/generated/*
|
|
/src/chromium/protocol.d.ts
|
|
/src/firefox/protocol.d.ts
|
|
/src/webkit/protocol.d.ts
|
|
/utils/browser/playwright-web.js
|
|
/index.d.ts
|
|
lib/
|
|
playwright-*.tgz
|