mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-24 06:49:04 +03:00
25 lines
370 B
Plaintext
25 lines
370 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/output-webkit
|
|
/test/test-user-data-dir*
|
|
.local-browsers/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
.downloaded-browsers.json
|
|
*.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
|
|
/types/*
|