Ignore .idea/* files in the analysis bot. (#61215)
This commit is contained in:
parent
4867f5931f
commit
753b84894c
@ -1155,6 +1155,8 @@ Iterable<File> _allFiles(String workingDirectory, String extension, { @required
|
||||
continue;
|
||||
if (path.basename(entity.path) == '.dart_tool')
|
||||
continue;
|
||||
if (path.basename(entity.path) == '.idea')
|
||||
continue;
|
||||
if (path.basename(entity.path) == 'build')
|
||||
continue;
|
||||
pending.addAll(entity.listSync());
|
||||
|
Loading…
x
Reference in New Issue
Block a user