Skip to content

Commit 713dec5

Browse files
authored
Merge pull request flutter#6 from bcko/patch-1
Update .gitignore to new `dart_tool` pub cache
2 parents ccc74bd + fd7f2fb commit 713dec5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Don’t commit the following directories created by pub.
22
.buildlog
3-
.pub/
4-
build/
5-
packages
3+
.dart_tool/
64
.packages
5+
build/
76

87
# Or the files created by dart2js.
98
*.dart.js
@@ -12,4 +11,4 @@ packages
1211
*.js.map
1312

1413
# Include when developing application packages.
15-
pubspec.lock
14+
pubspec.lock

0 commit comments

Comments
 (0)