Skip to content

Commit d480a36

Browse files
committed
chore(bump): ignore dist/coverage
1 parent 41659a5 commit d480a36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.swp

12 KB
Binary file not shown.

grunt/options.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ module.exports = (grunt) ->
123123
updateConfigs: []
124124
commit: true
125125
commitMessage: "Release %VERSION%"
126-
commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md', 'Gruntfile.coffee', 'dist/*']
126+
commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md',
127+
'Gruntfile.coffee', 'dist/angular-google-maps*','dist/architecture/*']
127128
createTag: true
128129
tagName: "%VERSION%"
129130
tagMessage: "Version %VERSION%"

0 commit comments

Comments
 (0)