8c54f41552
This uses the `/json/protocol` endpoint to generate type definitions for the protocol. Currently it is lacking protocol events and commands, but I will add those later.
24 lines
291 B
Plaintext
24 lines
291 B
Plaintext
# exclude all tests
|
|
test
|
|
utils/node6-transform
|
|
|
|
# exclude internal type definition files
|
|
/lib/*.d.ts
|
|
/node6/lib/*.d.ts
|
|
|
|
# repeats from .gitignore
|
|
node_modules
|
|
.local-chromium
|
|
.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
/node6/test
|
|
/node6/utils
|
|
/test
|
|
/utils
|
|
/docs
|
|
yarn.lock
|