Sha256: 7b6ff592d723c6f5c2dacb6e19786542ef8801ec95b30060f86960f4c93724a1

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

module Bently

  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}
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bently-1.0.0 lib/bently/recipe/gitignore-textmate.rb