[go: nahoru, domu]

Skip to content

Commit

Permalink
ignore .idea directory in dart analyzer and analyzer benchmark output (
Browse files Browse the repository at this point in the history
  • Loading branch information
flar committed Jul 30, 2020
1 parent 5398f5c commit 210f768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
/dev/integration_tests/**/Pods
/packages/flutter/coverage/
version
analysis_benchmark.json

# packages file containing multi-root paths
.packages.generated
Expand Down
2 changes: 2 additions & 0 deletions dev/bots/analyze.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,8 @@ Iterable<File> _allFiles(String workingDirectory, String extension, { @required
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')
Expand Down

0 comments on commit 210f768

Please sign in to comment.