From f3ddbb248a78e2ec97b0de39df6e71147eabb2c8 Mon Sep 17 00:00:00 2001 From: Jonas Blatt <jonasblatt@uni-koblenz.de> Date: Wed, 4 Sep 2019 19:39:37 +0200 Subject: [PATCH] Initial commit of project structure --- .gitignore | 6 ++++++ README.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..697b4003 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# IntelliJ +.idea +*.ipr +*.iml +*.iws + diff --git a/README.md b/README.md index 7c1fe910..73a30370 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# ma-jonasblatt-dmn-verifier +# Master Thesis - Implementation Project +[Thesis Project](https://gitlab.uni-koblenz.de/jonasblatt/ma-jonasblatt-thesis) of Jonas Blatt in WiSe 19/20 - SoSe20 + +This project contains all source files of the implementation, created for the master thesis. + +- Backend Project (TODO, create and add link) +- Frontend Project (TODO, create and add link) -- GitLab