Skip to content

Commit b14da8f

Browse files
Dartdoc, pubspec.lock disabiguation
Added directory for dartdoc tool. Disambiguated comment for pubspec.lock pattern.
1 parent 0dbd791 commit b14da8f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dart.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Don’t commit the following directories created by pub.
1+
# Don’t commit the following directories created by pub.
22
.buildlog
33
.pub/
44
build/
@@ -11,5 +11,8 @@ packages
1111
*.js.deps
1212
*.js.map
1313

14-
# Include when developing application packages.
14+
# Or the files created by dartdoc.
15+
doc/
16+
17+
# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
1518
pubspec.lock

0 commit comments

Comments
 (0)