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
@@ -9,4 +9,3 @@
|
||||
/*.xcodeproj
|
||||
.dart_tool
|
||||
.idea/
|
||||
.packages
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Files and directories created by pub
|
||||
.packages
|
||||
.dart_tool/
|
||||
build/
|
||||
# Remove the following pattern if you wish to check in your lock file
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
.dart_tool
|
||||
.packages
|
||||
pubspec.lock
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
.dart_tool/
|
||||
.packages
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
.settings/
|
||||
build/
|
||||
packages
|
||||
.packages
|
||||
pubspec.lock
|
||||
bin/inference/client.dart.js*
|
||||
.dart_tool/
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# See https://dart.dev/guides/libraries/private-files
|
||||
.dart_tool/
|
||||
.packages
|
||||
build/
|
||||
pubspec.lock
|
||||
*.code-workspace
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# Files and directories created by pub.
|
||||
.dart_tool/
|
||||
.packages
|
||||
|
||||
# Conventional directory for build outputs.
|
||||
build/
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
.pub
|
||||
build/
|
||||
packages
|
||||
.packages
|
||||
|
||||
# Ignore files created by tools.
|
||||
*.dart.precompiled.js
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
.packages
|
||||
.pub
|
||||
packages
|
||||
pubspec.lock
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
.dart_tool/
|
||||
.packages
|
||||
pubspec.lock
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Files and directories created by pub
|
||||
.packages
|
||||
.dart_tool/
|
||||
|
||||
# Remove the following pattern if you wish to check in your lock file
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# Don’t commit the following files and directories created by pub.
|
||||
.packages
|
||||
pubspec.lock
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
*.iml
|
||||
.dart_tool
|
||||
.packages
|
||||
pubspec.lock
|
||||
|
||||
java/build/
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
.dart_tool/
|
||||
.packages
|
||||
pubspec.lock
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
# experiment is disabled by default, but may be enabled by specifying the
|
||||
# flag on the command line. (e.g. --enable-experiment=non-nullable)
|
||||
#
|
||||
# A version less than this version may be specified in a .packages file
|
||||
# or in a library language version override (e.g. // @dart = 2.1)
|
||||
# A version less than this version may be specified in a package config file
|
||||
# or in a library language version override (e.g. // @dart = 2.12)
|
||||
# to disable this feature. For more on library language version override, see
|
||||
# https://dart.dev/to/language-version-override
|
||||
#
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# Files and directories created by pub
|
||||
.dart_tool/
|
||||
.packages
|
||||
|
||||
# Conventional directory for build outputs
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user