playwright/.gitignore
Dmitry Gozman b388722777
chore: update top-level api (#479)
```
require('playwright').chromium.launch(...)
window.playwrightweb.chromium.connect(...)
```
2020-01-13 17:36:46 -08:00

25 lines
369 B
Plaintext

/node_modules/
/test/output-chromium
/test/output-firefox
/test/output-webkit
/test/test-user-data-dir*
/.local-chromium/
/.local-firefox/
/.local-webkit/
/.dev_profile*
.DS_Store
*.swp
*.pyc
.vscode
package-lock.json
yarn.lock
/node6
/src/generated/*
/src/chromium/protocol.ts
/src/firefox/protocol.ts
/src/webkit/protocol.ts
lib/
playwright-*.tgz
/web.js
/web.js.map