Skip to content

Commit 1fd3ad6

Browse files
bckocbracken
authored andcommitted
Add .dart_tool to .gitignore (dart-lang#219)
Dart SDK tooling such as pub and build_runner now use .dart_tool/ for temporary locally-cached files. dart-lang/sdk#32030
1 parent 078504e commit 1fd3ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/coverage/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
packages
33
pubspec.lock
44
build
5+
.dart_tool/
56
.pub
67
.packages
78

0 commit comments

Comments
 (0)