commit 986a1f9a5f87ff2ecaa3e7dc2b2bf5b6db8d7dc5 Author: Naoki Takezoe Date: Wed Apr 10 09:41:35 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f5b7d72a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.class +*.log + +# sbt specific +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 000000000..0624bf9e0 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +gitbucket +========= + +Github clone by Scala, Easy to setup. \ No newline at end of file