Browse Source

Merge pull request #1690 from ArgentiApparatus/master

Dartdoc output directory, pubspec.lock comment disambiguation
Brendan Forster 9 years ago
parent
commit
a5acbc24e6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Dart.gitignore

+ 4 - 1
Dart.gitignore

@@ -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