lib/bently/recipe/gitignore-textmate.rb in bently-1.0.0 vs lib/bently/recipe/gitignore-textmate.rb in bently-1.0.1
- old
+ new
@@ -3,18 +3,10 @@
class GitignoreTextmate < Recipe
homepage 'https://github.com/github/gitignore/blob/master/Global/TextMate.gitignore'
def initialize
- append '.gitignore', gitignore
- end
-
- protected
-
- def gitignore
-%{*.tmproj
-*.tmproject
-tmtags}
+ append '.gitignore', template('.gitignore')
end
end
end