https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: b020c5746d74bc4cb831fa6b556099016a8630f8 authored by release-please[bot] on 24 October 2022, 14:31:12 UTC
chore: release main (#9156)
Tip revision: b020c57
.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