Index: sdk/lib/_internal/pub_generated/lib/src/command/lish.dart |
diff --git a/sdk/lib/_internal/pub_generated/lib/src/command/lish.dart b/sdk/lib/_internal/pub_generated/lib/src/command/lish.dart |
index 49deff8f7d6fc87dae38faed24b55a86261441db..9ee1192b98868da13e8a13726a7ead3ff83f05e7 100644 |
--- a/sdk/lib/_internal/pub_generated/lib/src/command/lish.dart |
+++ b/sdk/lib/_internal/pub_generated/lib/src/command/lish.dart |
@@ -96,7 +96,7 @@ class LishCommand extends PubCommand { |
'A private package cannot be published.\n' |
'You can enable this by changing the "publish_to" field in your ' 'pubspec.'); |
} |
- var files = entrypoint.root.listFiles(); |
+ var files = entrypoint.root.listFiles(useGitIgnore: true); |
log.fine('Archiving and publishing ${entrypoint.root}.'); |
var package = entrypoint.root; |
log.message( |