mirror of https://github.com/renovatebot/renovate
40 lines
742 B
Plaintext
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
|