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 f78fb13 commit 732adaeCopy full SHA for 732adae
.gitignore
@@ -1,7 +1,10 @@
1
-# https://dart.dev/guides/libraries/private-files
2
-# Created by `dart pub`
+# Files and directories created by pub.
3
.dart_tool/
+.packages
4
+
5
+# Conventional directory for build output.
6
+build/
7
-# Avoid committing pubspec.lock for library packages; see
-# https://dart.dev/guides/libraries/private-files#pubspeclock.
8
pubspec.lock
9
10
+coverage/
0 commit comments