We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 5d75ec5Copy full SHA for 5d75ec5
.gitignore
@@ -0,0 +1,14 @@
1
+# Don’t commit the following directories created by pub.
2
+build/
3
+packages/
4
+.buildlog
5
+
6
+# Or the files created by dart2js.
7
+*.dart.js
8
+*.dart.precompiled.js
9
+*.js_
10
+*.js.deps
11
+*.js.map
12
13
+# Include when developing application packages.
14
+pubspec.lock
README.md
@@ -0,0 +1,4 @@
+pub-dartlang-dart
+=================
+The pub.dartlang.org site rewrite in Dart.
0 commit comments