RubyGems Navigation menu

ignorefile 1.1.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:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.1.0 - September 04, 2015 (6.5 KB)
  2. 1.0.0 - May 01, 2015 (6.5 KB)

Development 相依性套件 (2):

bundler ~> 1.7
thor-scmversion = 1.7.0

擁有者:

作者:

  • John Manero

SHA 256 checksum:

e7db2eaef0bad0ddf504b84568cd21fe55d0248366c3c6b592ff3cc0c89ff325

總下載次數 17,660

這個版本 15,391

License:

MIT

Ruby 版本需求: >= 0

相關連結: