https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: ee1272e65eb1c20b84f922a625f148affafce481 authored by release-please[bot] on 05 October 2022, 14:51:59 UTC
chore: release main (#9052)
Tip revision: ee1272e
.prettierignore
## [START] Keep in sync with .gitignore
# Dependencies
node_modules

# Production
build/
lib/

# Generated files
**/*.tsbuildinfo
*.api.json
*.tgz
yarn.lock
.docusaurus/
.cache-loader
.local-chromium/
.local-firefox/
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.
assets/
CHANGELOG.md
package-lock.json
test/assets/
docs/
versioned_*/
back to top