Categories: None [Edit]

ignorefile

https://rubygems.org/gems/ignorefile
https://github.com/jmanero/ignorefile
# 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).

Total

Ranking: 56,271 of 186,698
Downloads: 18,171

Daily

Ranking: 89,132 of 186,685
Downloads: 3

Depended by

RankDownloadsName
14,894126,534builderator

Depends on

RankDownloadsName
12,900,560,356bundler
6,513704,945thor-scmversion

Owners

#GravatarHandle
1iconjmanero