lib/bently/recipe/gitignore-rubymine.rb in bently-1.0.0 vs lib/bently/recipe/gitignore-rubymine.rb in bently-1.0.1

- old
+ new

@@ -3,16 +3,10 @@ class GitignoreRubymine < Recipe homepage 'https://github.com/github/gitignore/blob/master/Global/RubyMine.gitignore' def initialize - append '.gitignore', gitignore - end - - protected - - def gitignore -%{.idea/workspace.xml} + append '.gitignore', template('.gitignore') end end end