https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: 2d5f216621b22da5becab4312dc7c82b88cf23db authored by release-please[bot] on 06 August 2022, 14:49:20 UTC
chore(main): release 16.1.0 (#8743)
Tip revision: 2d5f216
.prettierignore
## [START] Keep in sync with .gitignore
# Dependencies
node_modules

# Production
build/
lib/

# Generated files
tsconfig.tsbuildinfo
puppeteer.api.json
puppeteer*.tgz
yarn.lock
.docusaurus/
.cache-loader
.local-chromium/
.local-firefox/
test/output-*/
.dev_profile*
coverage/

# IDE Artifacts
.vscode

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
## [END] Keep in sync with .gitignore

# Prettier-only ignores.
assets/
CHANGELOG.md
package-lock.json
package.json
test/assets/
vendor/
docs/
versioned_*/
back to top