https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: 30e5b1a58edb8b1d94acdff00d64c76e76cf02a3 authored by release-please[bot] on 03 November 2022, 10:02:28 UTC
chore: release main (#9210)
Tip revision: 30e5b1a
.prettierignore
## [START] Keep in sync with .gitignore
# Dependencies
node_modules

# Production
build/
lib/

# Generated files
**/*.tsbuildinfo
*.api.json
*.tgz
yarn.lock
.docusaurus/
.cache-loader
test/output-*/
.dev_profile*
coverage/
generated/
.eslintcache
/.cache/

# IDE Artifacts
.vscode
.devcontainer

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

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Wireit
.wireit
## [END] Keep in sync with .gitignore

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