mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
19 lines
301 B
Text
19 lines
301 B
Text
# It would be nice to remove this file and use .gitignore instead however we need to add package.json and __fixtures__
|
|
|
|
/node_modules
|
|
/config.js
|
|
/coverage
|
|
/dist
|
|
/tmp
|
|
.DS_Store
|
|
.cache
|
|
/*.log
|
|
package.json
|
|
**/__fixtures__/
|
|
**/__mocks__/
|
|
bin/yarn*
|
|
|
|
# generated code
|
|
**/*.generated.ts
|
|
/tools/dist
|
|
/patches
|