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

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: Response to review 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') | mojo/public/dart/rules.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 223119cf5f6cebd33d52c1508caeb4920142fc7f..6325dc37ffceeda57cf8cfe71e6571d6e8bea5a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,13 +8,16 @@
.gdbinit
.landmines
.project
+.pub-cache/
jamesr 2015/04/09 20:04:04 can we put this in a more obviously named director
blundell 2015/04/10 10:06:49 Done.
.pydevproject
.checkstyle
cscope.*
+pubspec.lock
jamesr 2015/04/09 20:04:04 hmm, why would this lockfile be ignored?
blundell 2015/04/10 10:06:49 Done.
Session.vim
tags
Thumbs.db
v8.log
+packages/
jamesr 2015/04/09 20:04:04 could this be named more obviously as well? dart_p
blundell 2015/04/10 10:06:49 The "packages/" name is a Dart convention that the
zra 2015/04/10 15:04:09 Correct. pub is hardcoded to use a packages/ direc
/build/util/LASTCHANGE*
/build/linux/bin/eu-strip
/build/win_toolchain.json
« no previous file with comments | « no previous file | BUILD.gn » ('j') | mojo/public/dart/rules.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698