0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-21 13:08:30 +00:00
renovatebot_renovate/.prettierignore
Michael Kriese d90de484b1
docs: validate with mkdocs (#30735)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-08-14 10:42:23 +00:00

40 lines
742 B
Plaintext

# It would be nice to remove this file and use .gitignore instead however we need to add package.json and __fixtures__
/node_modules
/.pnpm-store
/config.js
/coverage
/dist
/tmp
.DS_Store
.cache
/*.log
package.json
**/__fixtures__/
**/__mocks__/
.clinic/
.eslintcache
# generated code
**/*.generated.ts
/tools/dist
/patches
**/tmp/
/.venv/
pdm.lock
pnpm-lock.yaml
# Ignore the mkdocs.yml file, as Prettier moves some comments around
/tools/mkdocs/mkdocs.yml
# Ignore the list of abbreviations, as Prettier messes up the syntax
/tools/mkdocs/includes/abbreviations.md
# Ignore overrides/main.html because Prettier messes up the formatting
/tools/mkdocs/overrides/main.html
# mkdocs generated files
/tools/mkdocs/docs
/tools/mkdocs/site