From f3c055ae577a14fa9582aa39703eec96757ff9c6 Mon Sep 17 00:00:00 2001 From: Sebastian Seedorf Date: Tue, 15 Oct 2019 14:22:28 +0200 Subject: [PATCH] Added iml to git --- .gitignore | 1 - app/app.iml | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++ fuplanner.iml | 19 +++++++ 3 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 app/app.iml create mode 100644 fuplanner.iml diff --git a/.gitignore b/.gitignore index b253bbc..7ea113c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*.iml .gradle /local.properties /.idea/* diff --git a/app/app.iml b/app/app.iml new file mode 100644 index 0000000..8e6c3ac --- /dev/null +++ b/app/app.iml @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fuplanner.iml b/fuplanner.iml new file mode 100644 index 0000000..357f9cd --- /dev/null +++ b/fuplanner.iml @@ -0,0 +1,19 @@ +?xml version="1.0" encoding="UTF-8"?> + + + + + + + + + + + + + + + + \ No newline at end of file