playwright/.gitignore
Joel Einbinder 825555cddf
types: better types (#1166)
This generates typescript definitions based on the api.md, instead of autogenerating them from the typescript source code.

Now types
 - only include the public api
 - work with older versions of typescript
 - include descriptions
 - are more consistent
 - are more complete

#6
2020-03-20 01:30:35 -07:00

25 lines
371 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/*