Skip to content

Commit

Permalink
fix(bundler): ignore .cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 15, 2019
1 parent 00ff3d6 commit 2ea047f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ const options = [
enabled: false,
fileMatch: ['(^|/)Gemfile$'],
versionScheme: 'ruby',
ignorePath: ['**/.cache/**'],
},
mergeable: true,
},
Expand Down

0 comments on commit 2ea047f

Please sign in to comment.