fix(bundler): ignore .cache

This commit is contained in:
Rhys Arkins 2019-01-15 09:47:23 +01:00
parent 00ff3d6385
commit 2ea047f4eb

View file

@ -1088,6 +1088,7 @@ const options = [
enabled: false,
fileMatch: ['(^|/)Gemfile$'],
versionScheme: 'ruby',
ignorePath: ['**/.cache/**'],
},
mergeable: true,
},