Remove .packages from .gitignore files.
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>
This commit is contained in:
committed by
Commit Queue
parent
13df9529fd
commit
7fd5108794
@@ -1,5 +1,4 @@
|
||||
.dart_tool
|
||||
.packages
|
||||
pubspec.lock
|
||||
lib/libfake_http.so
|
||||
lib/libfake_http.dylib
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.dart_tool
|
||||
.gdb_history
|
||||
.packages
|
||||
.vscode
|
||||
pubspec.lock
|
||||
test.db
|
||||
|
||||
Reference in New Issue
Block a user