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

Commit 591ead3

Browse files
bckonatebosch
authored andcommitted
Update .gitignore to new dart_tool pub cache (#60)
* Update .gitignore to new `dart_tool` pub cache dart-lang/sdk#32030 * delete .pub and packages https://www.dartlang.org/guides/libraries/private-files
1 parent 1106a5b commit 591ead3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# See https://www.dartlang.org/guides/libraries/private-files
2+
13
.buildlog
24
.DS_Store
35
.idea
4-
.pub/
6+
7+
.dart_tool/
58
.settings/
69
build/
7-
packages
810
pubspec.lock
911
.packages

0 commit comments

Comments
 (0)