puppeteer/.gitignore

42 lines
467 B
Plaintext
Raw Normal View History

2022-07-01 11:52:39 +00:00
# Dependencies
node_modules
# Production
build/
lib/
bin/
2022-07-01 11:52:39 +00:00
# Generated files
2022-07-13 13:16:39 +00:00
**/*.tsbuildinfo
*.api.json
*.tgz
2022-07-01 11:52:39 +00:00
yarn.lock
.docusaurus/
2022-07-01 11:52:39 +00:00
.cache-loader
test/output-*/
.dev_profile*
coverage/
generated/
.eslintcache
2024-01-08 09:02:56 +00:00
.cache/
2022-07-01 11:52:39 +00:00
# IDE Artifacts
.vscode/*
!.vscode/extensions.json
!.vscode/*.template.json
.devcontainer
2022-07-01 11:52:39 +00:00
# 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