puppeteer/.prettierignore
jrandolf f8de7b1273
chore: bundle vendor code (#9016)
This PR removes the manual vendoring process. Third party code can now
be updated using the typical NPM pipeline with types/code bundling done
through Rollup.
2022-09-28 13:03:19 +02:00

47 lines
612 B
Plaintext

## [START] Keep in sync with .gitignore
# Dependencies
node_modules
# Production
build/
lib/
# Generated files
**/*.tsbuildinfo
puppeteer.api.json
puppeteer*.tgz
yarn.lock
.docusaurus/
.cache-loader
.local-chromium/
.local-firefox/
test/output-*/
.dev_profile*
coverage/
src/generated
# 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*
## [END] Keep in sync with .gitignore
# Prettier-only ignores.
assets/
CHANGELOG.md
package-lock.json
package.json
test/assets/
docs/
versioned_*/