Skip to content

Commit 1136d81

Browse files
bckokevmoo
authored andcommitted
Update .gitignore to new dart_tool pub cache (flutter#14)
dart-lang/sdk#32030
1 parent 856c083 commit 1136d81

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.gitignore

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# Don’t commit the following directories created by pub.
2-
.buildlog
3-
.pub/
4-
build/
5-
packages
2+
.dart_tool/
63
.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
4+
.pub/
5+
pubspec.lock

0 commit comments

Comments
 (0)