diff --git a/Dart.gitignore b/Dart.gitignore index 38548b37067ced859fd51eb67288916f314ead5a..b1287d9891703d21032db02487f495b29efb90c5 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