Skip to content

Commit 5d75ec5

Browse files
committed
Initial commit
0 parents  commit 5d75ec5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pub-dartlang-dart
2+
=================
3+
4+
The pub.dartlang.org site rewrite in Dart.

0 commit comments

Comments
 (0)