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: 57,965 of 191,455
Downloads: 18,720

Daily

Ranking: 90,780 of 191,429
Downloads: 2

Depended by

RankDownloadsName
15,347131,034builderator

Depends on

RankDownloadsName
13,290,634,251bundler
6,780713,420thor-scmversion

Owners

#GravatarHandle
1iconjmanero