routes: ignore files
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M routes/routes.go → routes/routes.go
@@ -40,7 +40,7 @@ infos := []info{} for _, dir := range dirs { - if d.isIgnored(dir.Name()) { + if !dir.IsDir() || d.isIgnored(dir.Name()) { continue }