mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
193582445d
We need to commit `package-lock.json` to repository to ensure reproducible builds. This also starts using [`npm ci`](https://docs.npmjs.com/cli/ci.html) to install dependencies. Drive-by: remove non-functioning `rebase` workflow.
23 lines
326 B
Plaintext
23 lines
326 B
Plaintext
/node_modules/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/output-webkit
|
|
/test/test-user-data-dir*
|
|
.local-browsers/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
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/*
|