https://github.com/GoogleChrome/puppeteer
Raw File
Tip revision: 6d7ea9e1057ef14e3ccb9b3e14574ea11ac711bd authored by release-please[bot] on 11 August 2023, 05:58:27 UTC
chore: release main (#10721)
Tip revision: 6d7ea9e
.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/*
!.vscode/extensions.json
!.vscode/*.template.json
.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
docs/browsers-api
versioned_*/

# Ng-schematics
/packages/ng-schematics/files/
/packages/ng-schematics/sandbox/
back to top