Commit b14da8f0 authored by Gary Smith's avatar Gary Smith

Dartdoc, pubspec.lock disabiguation

Added directory for dartdoc tool. Disambiguated comment for pubspec.lock
pattern.
parent 0dbd7912
# Don’t commit the following directories created by pub. # Don’t commit the following directories created by pub.
.buildlog .buildlog
.pub/ .pub/
build/ build/
...@@ -11,5 +11,8 @@ packages ...@@ -11,5 +11,8 @@ packages
*.js.deps *.js.deps
*.js.map *.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 pubspec.lock
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment