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:
Lasse R.H. Nielsen
2025-03-14 07:08:55 -07:00
committed by Commit Queue
parent 13df9529fd
commit 7fd5108794
18 changed files with 2 additions and 19 deletions
-1
View File
@@ -9,4 +9,3 @@
/*.xcodeproj
.dart_tool
.idea/
.packages
-1
View File
@@ -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
View File
@@ -1,3 +1,2 @@
.dart_tool
.packages
pubspec.lock
-1
View File
@@ -1,2 +1 @@
.dart_tool/
.packages
-1
View File
@@ -8,7 +8,6 @@
.settings/
build/
packages
.packages
pubspec.lock
bin/inference/client.dart.js*
.dart_tool/
-1
View File
@@ -1,6 +1,5 @@
# See https://dart.dev/guides/libraries/private-files
.dart_tool/
.packages
build/
pubspec.lock
*.code-workspace
-1
View File
@@ -1,6 +1,5 @@
# Files and directories created by pub.
.dart_tool/
.packages
# Conventional directory for build outputs.
build/
-1
View File
@@ -2,7 +2,6 @@
.pub
build/
packages
.packages
# Ignore files created by tools.
*.dart.precompiled.js
-1
View File
@@ -1,4 +1,3 @@
.packages
.pub
packages
pubspec.lock
-1
View File
@@ -1,3 +1,2 @@
.dart_tool/
.packages
pubspec.lock
-1
View File
@@ -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
View File
@@ -1,3 +1,2 @@
# Dont commit the following files and directories created by pub.
.packages
pubspec.lock
-1
View File
@@ -1,6 +1,5 @@
*.iml
.dart_tool
.packages
pubspec.lock
java/build/
-1
View File
@@ -1,3 +1,2 @@
.dart_tool/
.packages
pubspec.lock
-1
View File
@@ -1,5 +1,4 @@
.dart_tool
.packages
pubspec.lock
lib/libfake_http.so
lib/libfake_http.dylib
-1
View File
@@ -1,6 +1,5 @@
.dart_tool
.gdb_history
.packages
.vscode
pubspec.lock
test.db
+2 -2
View File
@@ -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
View File
@@ -1,6 +1,5 @@
# Files and directories created by pub
.dart_tool/
.packages
# Conventional directory for build outputs
build/