Sha256: 975402e9285e24d08e10d30a53d6790455f19fbdc8f683da1f2b70464d38df24

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

module Bently

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

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

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