Skip to content

Commit

Permalink
Introduce .pubignore (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm authored Mar 12, 2021
1 parent 79f3a8b commit e0d538c
Show file tree
Hide file tree
Showing 15 changed files with 1,969 additions and 323 deletions.
2 changes: 1 addition & 1 deletion lib/src/command/lish.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ the \$PUB_HOSTED_URL environment variable.''',
'pubspec.');
}

var files = entrypoint.root.listFiles(useGitIgnore: true);
var files = entrypoint.root.listFiles();
log.fine('Archiving and publishing ${entrypoint.root}.');

// Show the package contents so the user can verify they look OK.
Expand Down
Loading

0 comments on commit e0d538c

Please sign in to comment.