commit 6dc5ab81a3455782ddcc7463a42ea8d87d8662ac Author: Dave Syer Date: Wed Feb 3 14:42:46 2016 +0000 Add README diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0cd1c936 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*~ +.#* +*# +target +bin +/data +.classpath +.project +.settings +.springBeans +.DS_Store +*.sw* +*.iml +.idea diff --git a/README.md b/README.md new file mode 100644 index 00000000..b75437e9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +This project has gh-pages belonging to spring-cloud where we store static resources +like old versions of manuals etc. Use the gh-pages branch to see content.