https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: c4803e4a378269e52a428690d4c75f80954cac63 authored by release-please[bot] on 23 November 2022, 13:14:25 UTC
chore: release main (#9313)
Tip revision: c4803e4
.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