@override bool excludeDir(Directory dir) { final lastDir = basename(dir.path); if (lastDir.startsWith('.')) { return true; } return false; }