Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 049b02b

Browse files
bckokevmoo
authored andcommitted
Update .gitignore to new dart_tool pub cache (#40)
See dart-lang/sdk#32030
1 parent 3db594d commit 049b02b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.gitignore

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1+
# See https://www.dartlang.org/guides/libraries/private-files
12
# Don’t commit the following directories created by pub.
2-
.buildlog
3-
.pub/
4-
build/
5-
packages
3+
.dart_tool/
64
.packages
7-
8-
# Or the files created by dart2js.
9-
*.dart.js
10-
*.js_
11-
*.js.deps
12-
*.js.map
13-
14-
# Include when developing application packages.
15-
pubspec.lock
5+
.pub/
6+
pubspec.lock

0 commit comments

Comments
 (0)