Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: .gitignore

Issue 1136503002: Create wrapper script around mojom's generate.dart in the Sky package. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/dart/mojom/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 6b133e2a9c258e59ed89fdea177c486b660f7f4f..98668a3356827ac306e2fa4227c3ec064e8e4c0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
.gdbinit
.landmines
.project
+.pub
.pydevproject
.checkstyle
cscope.*
@@ -67,7 +68,13 @@ v8.log
/third_party/yasm/source/patched-yasm/
/tools/grit/
/v8/
-# dart packages directories
+# dart packages directories and related.
/mojo/dart/mojom/packages
/mojo/dart/mojom/bin/packages
/mojo/dart/apptest/packages
+/sky/examples/hello_world/packages
+/sky/examples/stocks/packages
+/sky/sdk/packages/mojo/packages
+/sky/sdk/packages/mojo/pubspec.lock
+/sky/sdk/packages/sky/packages
+/sky/sdk/packages/sky/pubspec.lock
« no previous file with comments | « no previous file | mojo/dart/mojom/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698