Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fd5108

Browse files
lrhnCommit Queue
authored and
Commit Queue
committed
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>
1 parent 13df952 commit 7fd5108

File tree

18 files changed

+2
-19
lines changed

18 files changed

+2
-19
lines changed

‎pkg/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
/*.xcodeproj
1010
.dart_tool
1111
.idea/
12-
.packages

‎pkg/analyzer/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Files and directories created by pub
2-
.packages
32
.dart_tool/
43
build/
54
# Remove the following pattern if you wish to check in your lock file

‎pkg/analyzer_plugin/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.dart_tool
2-
.packages
32
pubspec.lock

‎pkg/compiler/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.dart_tool/
2-
.packages

‎pkg/dart2js_info/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
.settings/
99
build/
1010
packages
11-
.packages
1211
pubspec.lock
1312
bin/inference/client.dart.js*
1413
.dart_tool/

‎pkg/dds/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# See https://dart.dev/guides/libraries/private-files
22
.dart_tool/
3-
.packages
43
build/
54
pubspec.lock
65
*.code-workspace

‎pkg/dds_service_extensions/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Files and directories created by pub.
22
.dart_tool/
3-
.packages
43

54
# Conventional directory for build outputs.
65
build/

‎pkg/dev_compiler/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.pub
33
build/
44
packages
5-
.packages
65

76
# Ignore files created by tools.
87
*.dart.precompiled.js

‎pkg/kernel/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.packages
21
.pub
32
packages
43
pubspec.lock

‎pkg/native_stack_traces/.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.dart_tool/
2-
.packages
32
pubspec.lock

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /