Skip to content

Commit 9f06854

Browse files
committed
Update Dart.gitignore
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
1 parent cc95f63 commit 9f06854

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dart.gitignore

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

67
# Or the files created by dart2js.
78
*.dart.js

0 commit comments

Comments
 (0)