We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6efbff commit 499c314Copy full SHA for 499c314
src/_guides/libraries/private-files.md
@@ -30,6 +30,12 @@ build/
30
pubspec.lock // Except for application packages
31
{% endprettify %}
32
33
+<aside class="alert alert-info" markdown="1">
34
+**Dart 2 note:** The `.dart_tool` directory, which is new in Dart 2,
35
+is used by pub and other tools. It replaces the `.pub` directory as of
36
+[SDK commit 699f7bc.](https://github.com/dart-lang/sdk/commit/699f7bc1b187557b55a285f7d950ea051de3c2d9)
37
+</aside>
38
+
39
**Don't commit** the API documentation directory created by dartdoc:
40
41
{% prettify none %}
0 commit comments