Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 282c7f86efa7480914e883758225d74ce185eed2..492ac23a1894dff26bafccfb170d92655f56c810 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -2,4 +2,3 @@ |
| .packages |
| .pub |
| packages |
|
nweiz
2015/09/01 20:03:42
Add .packages.
Bob Nystrom
2015/09/01 20:13:35
Look up.
|
| -pubspec.lock |
|
nweiz
2015/09/01 20:03:42
I'm not a big fan of checking in pubspecs for libr
Bob Nystrom
2015/09/01 20:13:36
Yeah, I do think it's important to test against di
|