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: 58,636 of 193,540
Downloads: 18,900

Daily

Ranking: 103,856 of 193,523
Downloads: 0

Depended by

RankDownloadsName
15,656132,981builderator

Depends on

RankDownloadsName
13,477,387,544bundler
6,910717,094thor-scmversion

Owners

#GravatarHandle
1iconjmanero