Categories: None [Edit]
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,618 of 186,984
Downloads: 18,282
Daily
Ranking: 104,783 of 186,974
Downloads: 3
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
14,958 | 127,171 | builderator |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,943,270,936 | bundler |
6,540 | 706,342 | thor-scmversion |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jmanero |