From 7cd2b44a447dd4c13b7d8799040c34f04f53bb76 Mon Sep 17 00:00:00 2001 From: tommi27 Date: Wed, 4 Mar 2020 15:25:53 +0100 Subject: [PATCH] added gitignore for iml files --- .gitignore | 3 +++ backend.iml | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 backend.iml diff --git a/.gitignore b/.gitignore index 1b1a367..ee01dda 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,6 @@ gradle-app.setting # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties + +# IntelliJ +*.iml \ No newline at end of file diff --git a/backend.iml b/backend.iml deleted file mode 100644 index 1eae0df..0000000 --- a/backend.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file