mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
e4c938b7a5
* docs: prepare release as asset * chore: cleanup * fix: wrong extension * fix: wrong logger * fix: wrong path * chore: clean and create tmp * chore: fix types * fix: update generation * Update .github/workflows/build.yml Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/datasource/types.ts Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
19 lines
324 B
Text
19 lines
324 B
Text
# don't ever lint node_modules
|
|
node_modules
|
|
# don't lint build output (make sure it's set to your correct build folder name)
|
|
dist
|
|
# don't lint nyc coverage output
|
|
coverage
|
|
|
|
# don't lint test stuff
|
|
**/__fixtures__/**
|
|
**/__mocks__/**
|
|
**/*.d.ts
|
|
/config.js
|
|
.clinic/
|
|
|
|
# generated code
|
|
**/*.generated.ts
|
|
/tools/dist
|
|
/patches
|
|
tmp/
|