Skip to content

Commit a5acbc2

Browse files
committed
Merge pull request #1690 from ArgentiApparatus/master
Dartdoc output directory, pubspec.lock comment disambiguation
2 parents 0dbd791 + d0f5047 commit a5acbc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dart.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)