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.
2 parents f623e0d + 8d974a0 commit 7096cb3Copy full SHA for 7096cb3
Dart.gitignore
@@ -1,13 +1,19 @@
1
# See https://www.dartlang.org/tools/private-files.html
2
3
# Files and directories created by pub
4
-.buildlog
+
5
+# SDK 1.20 and later (no longer creates packages directories)
6
.packages
-.project
7
.pub/
8
build/
9
10
+# Older SDK versions
11
+# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
12
+.project
13
+.buildlog
14
**/packages/
15
16
17
# Files created by dart2js
18
# (Most Dart developers will use pub build to compile Dart, use/modify these
19
# rules if you intend to use dart2js directly
0 commit comments