Skip to content

Commit

Permalink
Remove .packages from gitignore files (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored May 9, 2023
1 parent 533196f commit 817e768
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion command_line/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.dart_tool/
.packages
pubspec.lock
build/
doc/api/
1 change: 0 additions & 1 deletion enhanced_enums/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.dart_tool/
.packages
pubspec.lock
build/
doc/api/
1 change: 0 additions & 1 deletion extension_methods/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.dart_tool/
.packages
pubspec.lock
build/
doc/api/
Expand Down
1 change: 0 additions & 1 deletion ffi/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.dylib
a.out
.vscode/
.packages
.dart_tool
sdk-version
*snapshot*
Expand Down
1 change: 0 additions & 1 deletion isolates/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.dart_tool/
.packages
build/
pubspec.lock
1 change: 0 additions & 1 deletion native_app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.dart_tool/
.packages
pubspec.lock
build/
doc/api/
1 change: 0 additions & 1 deletion null_safety/calculate_lix/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pubspec.lock

# Files and directories used by the Dart SDK
.dart_tool/
.packages
build/
doc/api/

Expand Down
1 change: 0 additions & 1 deletion parameters/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Files and directories created by pub.
.dart_tool/
.packages

# Conventional directory for build output.
build/
Expand Down
2 changes: 1 addition & 1 deletion server/google_apis/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://dart.dev/guides/libraries/private-files
.dart_tool/
.packages
build/
pubspec.lock
1 change: 0 additions & 1 deletion server/simple/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://dart.dev/guides/libraries/private-files
.dart_tool/
.packages
pubspec.lock

0 comments on commit 817e768

Please sign in to comment.