mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
c1663e3db1
- Refactor: move fixtures to corresponding directories - Delete unused fixtures Resolves: #3328
13 lines
231 B
Text
13 lines
231 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
|
|
test/**/**/_fixtures
|
|
bin/yarn*
|