|
@@ -1,13 +1,19 @@
|
|
# See https://www.dartlang.org/tools/private-files.html
|
|
# See https://www.dartlang.org/tools/private-files.html
|
|
|
|
|
|
# Files and directories created by pub
|
|
# Files and directories created by pub
|
|
-.buildlog
|
|
|
|
|
|
+
|
|
|
|
+# SDK 1.20 and later (no longer creates packages directories)
|
|
.packages
|
|
.packages
|
|
-.project
|
|
|
|
.pub/
|
|
.pub/
|
|
build/
|
|
build/
|
|
|
|
+
|
|
|
|
+# Older SDK versions
|
|
|
|
+# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
|
|
|
|
+.project
|
|
|
|
+.buildlog
|
|
**/packages/
|
|
**/packages/
|
|
|
|
|
|
|
|
+
|
|
# Files created by dart2js
|
|
# Files created by dart2js
|
|
# (Most Dart developers will use pub build to compile Dart, use/modify these
|
|
# (Most Dart developers will use pub build to compile Dart, use/modify these
|
|
# rules if you intend to use dart2js directly
|
|
# rules if you intend to use dart2js directly
|