From afeb793d1d753cf0fc69cd2fa01a608a509e6819 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Thu, 8 Oct 2015 10:43:02 -0400 Subject: [PATCH] Update Dart.gitignore --- Dart.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 38548b37..b1287d98 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -11,5 +11,8 @@ packages *.js.deps *.js.map -# Include when developing application packages. +# Or the files created by dartdoc. +doc/ + +# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.) pubspec.lock