puppeteer/.gitignore

33 lines
390 B
Plaintext
Raw Normal View History

2022-07-01 11:52:39 +00:00
# Dependencies
node_modules
# Production
build/
lib/
2022-07-01 11:52:39 +00:00
# Generated files
tsconfig.tsbuildinfo
2022-06-27 07:24:23 +00:00
puppeteer.api.json
puppeteer*.tgz
2022-07-01 11:52:39 +00:00
yarn.lock
.docusaurus/
2022-07-01 11:52:39 +00:00
.cache-loader
.local-chromium/
.local-firefox/
2022-07-01 11:52:39 +00:00
test/output-*/
.dev_profile*
# 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*