RubyGems Navigation menu

ignorefile 1.0.0

# Ignorefile Compile a set of ignore statements from files and code. ## Usage ```ruby reqire 'ignorefile' cookbook_files = Dir.glob('**/{*,.*}') ignore = IgnoreFile.new('.gitignore', 'chefignore', ['.git/*']) ignore.apply!(cookbook_files) ``` ## Thanks This gem is based upon Seth Vargo's [buff-ignore](https://github.com/sethvargo/buff-ignore).

Gemfile:
=

installieren:
=

Versionen:

  1. 1.1.0 September 04, 2015 (6,5 KB)
  2. 1.0.0 May 01, 2015 (6,5 KB)

Development Abhängigkeiten (2):

bundler ~> 1.7
thor-scmversion = 1.7.0

Besitzer:

Autoren:

  • John Manero

SHA 256-Prüfsumme:

=

Downloads insgesamt 17.946

Für diese Version 2.384

Version veröffentlicht:

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: