commit 384bd17b7fad872ec1ca74dc4e2e9d2af6fcb6c1 Author: Martin Lippert Date: Tue Aug 16 17:04:50 2016 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..32858aad3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/README.md b/README.md new file mode 100644 index 000000000..705060800 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# sts4 +The next generation of the Spring Tool Suite