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

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: Ignore sky/ rather than pubspec.lock 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') | DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 223119cf5f6cebd33d52c1508caeb4920142fc7f..26f952037f89a4ecedc927a9294201fc1c223987 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ Session.vim
tags
Thumbs.db
v8.log
+packages/
tonyg 2015/04/10 13:39:20 Alphabetization gets a little wonky around this li
blundell 2015/04/13 14:23:29 Done.
/build/util/LASTCHANGE*
/build/linux/bin/eu-strip
/build/win_toolchain.json
@@ -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') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698