Sha256: 2cd5aa079e44e837c11eaea738280fb9e3cff732c91f09c8c7271188571eca55
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
module Bently class GitignoreEmacs < Recipe homepage 'https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore' def initialize append '.gitignore', gitignore end protected def gitignore %{*~ \#*\# /.emacs.desktop /.emacs.desktop.lock .elc auto-save-list tramp .\#* # Org-mode .org-id-locations *_archive} end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bently-1.0.0 | lib/bently/recipe/gitignore-emacs.rb |