Browse Source

Dartdoc, pubspec.lock disabiguation

Added directory for dartdoc tool. Disambiguated comment for pubspec.lock
pattern.
pull/1690/head
Gary Smith 8 years ago
parent
commit
b14da8f05a
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Dart.gitignore

+ 5
- 2
Dart.gitignore View File

@@ -1,4 +1,4 @@
# Don’t commit the following directories created by pub.
# Don’t commit the following directories created by pub.
.buildlog
.pub/
build/
@@ -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

Loading…
Cancel
Save