diff options
author | Natalie Weizenbaum <nex342@gmail.com> | 2015-06-30 12:12:42 -0700 |
---|---|---|
committer | Natalie Weizenbaum <nex342@gmail.com> | 2015-06-30 12:12:42 -0700 |
commit | 80b0942d7ee387917cc0fadbbba152da26849fb4 (patch) | |
tree | 4239c27286c860b885c48d4f625bac725c8b6f83 /Dart.gitignore | |
parent | 1587f288ee3c5132ad5e14be232d9e5784209286 (diff) | |
download | gitignore-80b0942d7ee387917cc0fadbbba152da26849fb4.tar.gz gitignore-80b0942d7ee387917cc0fadbbba152da26849fb4.zip |
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.
Diffstat (limited to 'Dart.gitignore')
-rw-r--r-- | Dart.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dart.gitignore b/Dart.gitignore index 51834591..38548b37 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -3,6 +3,7 @@ .pub/ build/ packages +.packages # Or the files created by dart2js. *.dart.js |