Sha256: fa84eb5d45bd3962b745d43fc7273c8666e909fdc724c159081231f6950a2766
Contents?: true
Size: 211 Bytes
Versions: 10
Compression:
Stored size: 211 Bytes
Contents
module Teleport class GitignoreGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def add copy_file 'gitignore/gitignore', '.gitignore' end end end
Version data entries
10 entries across 10 versions & 1 rubygems