From 675d01393bca1d67cdc19d7a307f37fe1a896b14 Mon Sep 17 00:00:00 2001 From: tebe Date: Sun, 17 Sep 2017 17:05:58 +0200 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ README.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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..2e655e6 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# 03_Praktikum_Eventverwaltung +Code project used in the context of the PROG1 course.