From 27ca32b14c953eb819c590a9b12d425fe328d7d7 Mon Sep 17 00:00:00 2001 From: Mitchell Cook Date: Mon, 16 Jul 2018 18:01:40 +1000 Subject: [PATCH] Updated .gitignore to ignore .iml project files. --- .gitignore | 4 ++-- placeholderapi.iml | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 placeholderapi.iml diff --git a/.gitignore b/.gitignore index 1f79a85..4d2f9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -114,7 +114,7 @@ fabric.properties ### Intellij Patch ### # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 -# *.iml +*.iml # modules.xml # .idea/misc.xml # *.ipr @@ -143,4 +143,4 @@ nbbuild/ dist/ nbdist/ .nb-gradle/ -nbactions.xml \ No newline at end of file +nbactions.xml diff --git a/placeholderapi.iml b/placeholderapi.iml deleted file mode 100644 index fa63d4b..0000000 --- a/placeholderapi.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - SPIGOT - - - - - \ No newline at end of file