Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 438f8a9

Browse files
authored
Merge pull request #102 from bcko/patch-2
Update .gitignore to new `dart_tool` pub cache
2 parents 7543ac2 + 543bc78 commit 438f8a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Don’t commit the following directories created by pub.
22
.buildlog
33
.pub/
4+
.dart_tool/
45
build/
56
packages
67
.packages
@@ -12,4 +13,4 @@ packages
1213
*.js.map
1314

1415
# Include when developing application packages.
15-
pubspec.lock
16+
pubspec.lock

0 commit comments

Comments
 (0)