mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
34 lines
396 B
Plaintext
34 lines
396 B
Plaintext
# 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/
|
|
|
|
# IDE Artifacts
|
|
.vscode
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|