Skip to content

Commit

Permalink
certified gitignore exists
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Mar 10, 2016
1 parent 53d5eb1 commit 27e01f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.rb
Expand Up @@ -29,6 +29,7 @@ def commit(name, gem: false, group: false, generators: [])
commit 'rubocop', gem: true, group: :development
commit 'poltergeist', gem: true, group: :test
commit 'simplecov', gem: true, group: :test do
run 'touch .gitignore'
inject_into_file('.gitignore') { puts "coverage" }
end
commit 'simplecov-rcov', gem: true, group: :test
Expand Down

0 comments on commit 27e01f1

Please sign in to comment.