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

Unified Diff: .gitignore

Issue 534613002: ignore local pub cache (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | no next file » | 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 2495b4f8c95890577827887c57cf96f3b17b39b2..917e10a7d92e540332c12319d96b69bdc04df3c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,9 @@ client/tests/drt
packages
pubspec.lock
+# Local pub storage
+.pub
+
# Vim temporary swap files.
*.swp
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698