From 0a06e176f8fa1a48873a073b296c77a18bc7478c Mon Sep 17 00:00:00 2001 From: Jolse Maginnis Date: Fri, 25 Jan 2019 15:51:19 +1100 Subject: [PATCH] #709 Ignore compiler.xml and sbt.xml as they can be different if you have kaltura --- .idea/.gitignore | 2 ++ .idea/compiler.xml | 41 ------------------------------------- .idea/sbt.xml | 50 ---------------------------------------------- 3 files changed, 2 insertions(+), 91 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/sbt.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index aad594658d..04a3ed3b66 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -24,6 +24,8 @@ ## lets ignore them all: /modules/ /modules.xml +/compiler.xml +/sbt.xml /libraries/ /sonarlint/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 2cfc0682b0..0000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/sbt.xml b/.idea/sbt.xml deleted file mode 100644 index 027b46dd70..0000000000 --- a/.idea/sbt.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - \ No newline at end of file