7fd5108794
The `.packages` file is no longer a special Dart file, so any existing file lying around is garbage to be cleaned up. We shouldn't be hiding it. Change-Id: I269099bd66e392d630d5b23f4617a705a66a0800 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414101 Commit-Queue: Lasse Nielsen <lrn@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Brian Quinlan <bquinlan@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
# Files and directories created by pub.
|
|
.dart_tool/
|
|
|
|
# Conventional directory for build outputs.
|
|
build/
|
|
|
|
# Omit committing pubspec.lock for library packages; see
|
|
# https://dart.dev/guides/libraries/private-files#pubspeclock.
|
|
pubspec.lock
|