2019-10-24 15:38:39 +00:00
|
|
|
.appveyor.yml
|
|
|
|
.gitattributes
|
|
|
|
|
2019-10-24 15:46:43 +00:00
|
|
|
# no longer generated, but old checkouts might still have it
|
|
|
|
node6
|
|
|
|
|
2017-08-16 05:30:56 +00:00
|
|
|
# exclude all tests
|
|
|
|
test
|
2017-08-25 00:35:53 +00:00
|
|
|
utils/node6-transform
|
2017-08-16 05:30:56 +00:00
|
|
|
|
2019-11-16 04:19:08 +00:00
|
|
|
# exclude internal type definitions
|
|
|
|
/lib/externs.d.ts
|
2018-04-07 01:20:48 +00:00
|
|
|
|
2017-08-16 05:30:56 +00:00
|
|
|
# repeats from .gitignore
|
|
|
|
node_modules
|
|
|
|
.local-chromium
|
|
|
|
.dev_profile*
|
|
|
|
.DS_Store
|
|
|
|
*.swp
|
|
|
|
*.pyc
|
|
|
|
.vscode
|
|
|
|
package-lock.json
|
2017-12-08 23:14:28 +00:00
|
|
|
/node6/test
|
|
|
|
/node6/utils
|
|
|
|
/test
|
|
|
|
/utils
|
|
|
|
/docs
|
|
|
|
yarn.lock
|
2018-04-26 03:19:40 +00:00
|
|
|
|
|
|
|
# other
|
|
|
|
/.ci
|
|
|
|
/examples
|
|
|
|
.appveyour.yml
|
|
|
|
.cirrus.yml
|
|
|
|
.editorconfig
|
|
|
|
.eslintignore
|
|
|
|
.eslintrc.js
|
|
|
|
.travis.yml
|
|
|
|
README.md
|
|
|
|
tsconfig.json
|
2018-12-07 07:35:48 +00:00
|
|
|
experimental
|
2019-02-01 17:55:46 +00:00
|
|
|
|
2019-11-26 12:12:25 +00:00
|
|
|
# exclude types, see https://github.com/puppeteer/puppeteer/issues/3878
|
2019-02-01 17:55:46 +00:00
|
|
|
/index.d.ts
|