Update Dart.gitignore
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
This commit is contained in:
parent
cc95f63e20
commit
9f06854ac6
@ -1,7 +1,8 @@
|
|||||||
# Don’t commit the following directories created by pub.
|
# Don’t commit the following directories created by pub.
|
||||||
build/
|
|
||||||
packages/
|
|
||||||
.buildlog
|
.buildlog
|
||||||
|
.pub/
|
||||||
|
build/
|
||||||
|
packages
|
||||||
|
|
||||||
# Or the files created by dart2js.
|
# Or the files created by dart2js.
|
||||||
*.dart.js
|
*.dart.js
|
||||||
|
Loading…
Reference in New Issue
Block a user