puppeteer/.gitignore

34 lines
394 B
Plaintext
Raw Normal View History

2022-07-01 11:52:39 +00:00
# Dependencies
node_modules
# Production
build
lib
# Generated files
2022-06-10 16:49:14 +00:00
coverage
2022-07-01 11:52:39 +00:00
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
.cache-loader
.local-chromium
.local-firefox
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*