Initial commit
authorgumartinm <gu.martinm@gmail.com>
Sun, 4 Nov 2012 23:27:31 +0000 (15:27 -0800)
committergumartinm <gu.martinm@gmail.com>
Sun, 4 Nov 2012 23:27:31 +0000 (15:27 -0800)
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..54cb8bb
--- /dev/null
@@ -0,0 +1,16 @@
+*.rbc
+*.sassc
+.sass-cache
+capybara-*.html
+.rspec
+/.bundle
+/vendor/bundle
+/log/*
+/tmp/*
+/db/*.sqlite3
+/public/system/*
+/coverage/
+/spec/tmp/*
+**.orig
+rerun.txt
+pickle-email-*.html
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..436c70b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+SpringWebServicesForFun
+=======================
+
+Messing around with Spring Web Services
\ No newline at end of file