holography / holograph

Holograph parses the comments in your CSS and turns them into a beautiful style guide.
MIT License
8 stars 3 forks source link

Add `ignore_paths` config #46

Open chicgeek opened 7 years ago

chicgeek commented 7 years ago

ignore_paths: (optional) a list of paths to ignore. This can be a file name or a glob. Be sure to wrap globs in double quotes to keep yaml from getting too upset (ie good:".erb" vs bad:.erb).