Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..80a5bb90bce118b020945f01deade984332575be |
| --- /dev/null |
| +++ b/.gitignore |
| @@ -0,0 +1,15 @@ |
| +# Don’t commit the following directories created by pub. |
| +.buildlog |
| +.pub/ |
| +build/ |
| +packages |
| + |
| +# Or the files created by dart2js. |
| +*.dart.js |
| +*.js_ |
| +*.js.deps |
| +*.js.map |
| + |
| +# Include when developing application packages. |
| +pubspec.lock |
| +.packages |