https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: dc66207f25eff5712575088ec87eade891ea1404 authored by release-please[bot] on 14 October 2022, 12:54:46 UTC
chore: release main (#9115)
Tip revision: dc66207
.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