commit b0f8ac3fd75ff04e366b2524afb3a9cbaf05e346 Author: tebe Date: Sun Sep 17 17:07:05 2017 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32858aa --- /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 0000000..65e9bb0 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# 06_Praktikum-2_Zuul-besser +Code project used in the context of the PROG1 course.