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: 53,079 of 180,534
Downloads: 17,645

Daily

Ranking: 57,074 of 180,529
Downloads: 2

Depended by

RankDownloadsName
13,966118,152builderator

Depends on

RankDownloadsName
12,085,680,397bundler
5,815694,039thor-scmversion

Owners

#GravatarHandle
1iconjmanero