bool isIgnoredFile(String filename) { final l = langPath; if (l.isNotEmpty) { filename = p.join(l, filename); } return ignore.isIgnored(filename); }