From cefcb38e621c8d4924f37f256d3ef8d9d16c569f Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Mon, 18 Mar 2019 16:02:23 +0100 Subject: [PATCH] added module dhp-applications --- .gitignore | 13 ++++++++++++- pom.xml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f77bee021..177e1bddd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,19 @@ .idea *.iml *~ +.classpath +/*/.classpath +/*/*/.classpath +.metadata +/*/.metadata +/*/*/.metadata +.project +.log +.settings +/*/*/target /*/target /target +/*/*/build /*/build /build -spark-warehouse \ No newline at end of file +spark-warehouse diff --git a/pom.xml b/pom.xml index c0e104825..1cf33cef0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ dhp-common dhp-workflows + dhp-applications