Skip to content

Commit

Permalink
fix(grunt): ignore todos when updating AMSF
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 14, 2015
1 parent 64c8fa8 commit 749b0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ module.exports = (grunt) ->
"LICENSE"
"package.json"
"!.DS_Store"
"!TODOS.md"
]
dest: "./"
}
Expand Down

0 comments on commit 749b0b3

Please sign in to comment.