commit | 210f7680fca6d17984444ae9b8e4ccbbe36f179f | [log] [tgz] |
---|---|---|
author | Jim Graham <flar@google.com> | Wed Jul 29 17:16:26 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 29 17:16:26 2020 -0700 |
tree | c1107512673fc9f591321718706dfe87f0c59dea | |
parent | 5398f5c566e00c70ffdcc7dc84d7683226940684 [diff] [blame] |
ignore .idea directory in dart analyzer and analyzer benchmark output (#55235)
diff --git a/dev/bots/analyze.dart b/dev/bots/analyze.dart index 35bac6d..2e4ae1c 100644 --- a/dev/bots/analyze.dart +++ b/dev/bots/analyze.dart
@@ -1151,6 +1151,8 @@ continue; if (path.basename(entity.path) == '.git') continue; + if (path.basename(entity.path) == '.idea') + continue; if (path.basename(entity.path) == '.gradle') continue; if (path.basename(entity.path) == '.dart_tool')