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

Unified Diff: .gitignore

Issue 1063233004: Teach dart_package to understand the packages/ subdirectory (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 8 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 | BUILD.gn » ('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 223119cf5f6cebd33d52c1508caeb4920142fc7f..894bd774386e92e00fd29ecde9f9dfe2ea49576a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
.pydevproject
.checkstyle
cscope.*
+packages/
Session.vim
tags
Thumbs.db
@@ -23,6 +24,7 @@ v8.log
# TODO(vtl): Check if this is still true.
/c
/dart/
+/dart-pub-cache/
/native_client/
/out/
/out_*/
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698