mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
7cb98e1a5b
* ci: use ESLint cache option * Update .gitignore Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
22 lines
331 B
Text
22 lines
331 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*
|
|
.clinic/
|
|
.eslintcache
|
|
|
|
# generated code
|
|
**/*.generated.ts
|
|
/tools/dist
|
|
/patches
|
|
**/tmp/
|