Skip to content

Commit ed4602f

Browse files
committed
Initial commit
0 parents  commit ed4602f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# sbt target folders
2+
target/
3+
4+
# eclipse project files
5+
/.settings
6+
/.classpath
7+
/.project

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The Scala.js tutorial
2+
3+
This repository contains the code accompanying the [Scala.js tutorial](http://www.scala-js.org/doc/tutorial.html)

0 commit comments

Comments
 (0)