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 _.
There is currently an issue where hidden directories (those beginning with a
.
or_
) are being treated as exercise slugs if they reside undertrack-root/exercises/...
. This change introduces a regular expression that skips any directory undertrack-root/exercises
that begins with either a.
or_
.closes #108