Update Dart.gitignore
As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
This commit is contained in:
parent
1587f288ee
commit
80b0942d7e
@ -3,6 +3,7 @@
|
||||
.pub/
|
||||
build/
|
||||
packages
|
||||
.packages
|
||||
|
||||
# Or the files created by dart2js.
|
||||
*.dart.js
|
||||
|
Loading…
Reference in New Issue
Block a user