lib/bently/recipe/gitignore-osx.rb in bently-1.0.0 vs lib/bently/recipe/gitignore-osx.rb in bently-1.0.1
- old
+ new
@@ -3,27 +3,10 @@
class GitignoreOsx < Recipe
homepage 'https://github.com/github/gitignore/blob/master/Global/OSX.gitignore'
def initialize
- append '.gitignore', gitignore
- end
-
- protected
-
- def gitignore
-%{.DS_Store
-.AppleDouble
-.LSOverride
-Icon
-
-
-# Thumbnails
-._*
-
-# Files that might appear on external disk
-.Spotlight-V100
-.Trashes}
+ append '.gitignore', template('.gitignore')
end
end
end