mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-11 19:14:10 +03:00
45 lines
576 B
Plaintext
45 lines
576 B
Plaintext
.appveyor.yml
|
|
.gitattributes
|
|
|
|
# no longer generated, but old checkouts might still have it
|
|
node6
|
|
|
|
# exclude all tests
|
|
test
|
|
utils/node6-transform
|
|
|
|
# exclude source files
|
|
src
|
|
|
|
# repeats from .gitignore
|
|
node_modules
|
|
.local-chromium
|
|
.local-browser
|
|
.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
/node6/test
|
|
/node6/utils
|
|
/test
|
|
/utils
|
|
/docs
|
|
yarn.lock
|
|
|
|
# other
|
|
/.ci
|
|
/examples
|
|
.appveyour.yml
|
|
.cirrus.yml
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc.js
|
|
.travis.yml
|
|
README.md
|
|
tsconfig.json
|
|
|
|
# exclude types, see https://github.com/GoogleChrome/puppeteer/issues/3878
|
|
/index.d.ts
|