mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
d90de484b1
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
25 lines
435 B
YAML
25 lines
435 B
YAML
ls:
|
|
.js: kebab-case
|
|
.md: kebab-case
|
|
.ts: kebab-case
|
|
.d.ts: kebab-case
|
|
.spec.ts: kebab-case
|
|
.generated.ts: kebab-case
|
|
|
|
ignore:
|
|
- .cache
|
|
- .eslintrc.js
|
|
- .git
|
|
- .github/ISSUE_TEMPLATE
|
|
- .github/pull_request_template.md
|
|
- .venv
|
|
- CODE_OF_CONDUCT.md
|
|
- dist
|
|
- jest.config.ts
|
|
- node_modules
|
|
- SECURITY.md
|
|
- test/e2e/node_modules
|
|
- tmp
|
|
- tools/mkdocs/docs
|
|
- tools/mkdocs/site
|
|
- tools/mkdocs/.cache
|