exercism / v2-configlet

Tool to assist in managing Exercism language tracks.
MIT License
16 stars 23 forks source link

Add filter for unsupported exercise directories #115

Closed nywilken closed 6 years ago

nywilken commented 6 years ago

There is currently an issue where hidden directories (those beginning with a . or _) are being treated as exercise slugs if they reside under track-root/exercises/.... This change introduces a regular expression that skips any directory under track-root/exercises that begins with either a . or _.

closes #108

nywilken commented 6 years ago

Sweet! Thanks for the review and feedback.