From 96098523159fbf5edd3ae56421077b6b3bd41294 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Thu, 14 Feb 2019 15:53:53 +0100 Subject: [PATCH] add intellij project --- .gitignore | 1 - app/app.iml | 170 +++++++++++++++++++++++++++++++++++++++++++ ldap_sync_2.0_as.iml | 19 +++++ 3 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 app/app.iml create mode 100644 ldap_sync_2.0_as.iml diff --git a/.gitignore b/.gitignore index 39b6783..ca78e26 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,6 @@ proguard/ captures/ # IntelliJ -*.iml .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..a95f2fe --- /dev/null +++ b/app/app.iml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ldap_sync_2.0_as.iml b/ldap_sync_2.0_as.iml new file mode 100644 index 0000000..9a6ece3 --- /dev/null +++ b/ldap_sync_2.0_as.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file