puppeteer/.prettierignore
jrandolf 1fbc3c643f
chore: improve docs (#9105)
This PR makes some improvements to the documentation. It migrates
docker, debugging, and chrome extension documentation to the `guides`
folder and also updates some of the terminology.
2022-10-13 08:46:53 +00:00

49 lines
589 B
Plaintext

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