From 6dc5ab81a3455782ddcc7463a42ea8d87d8662ac Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 3 Feb 2016 14:42:46 +0000 Subject: [PATCH] Add README --- .gitignore | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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.