mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
b7dff549ab
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Rhys Arkins <rhys@arkins.net> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
20 lines
334 B
YAML
20 lines
334 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
|
|
- dist
|
|
- jest.config.ts
|
|
- node_modules
|
|
- SECURITY.md
|
|
- test/e2e/node_modules
|
|
- tmp
|