diff --git a/.gitignore b/.gitignore
index 79ec346..3e5ac87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@ results
npm-debug.log
node_modules
+
+LoopBackExplorer.iml
diff --git a/LoopBackExplorer.iml b/LoopBackExplorer.iml
deleted file mode 100644
index 284429d..0000000
--- a/LoopBackExplorer.iml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/index.js b/index.js
index c27a48e..5062627 100644
--- a/index.js
+++ b/index.js
@@ -61,4 +61,4 @@ function explorer(loopbackApplication, options) {
app.use(express.static(SWAGGER_UI_ROOT));
return app;
-}
\ No newline at end of file
+}
diff --git a/public/css/loopbackStyles.css b/public/css/loopbackStyles.css
index 7a0d08a..34c1b89 100644
--- a/public/css/loopbackStyles.css
+++ b/public/css/loopbackStyles.css
@@ -23,4 +23,4 @@
/*
FIXME: Separate the overrides from the rest of the styles, rather than override screen.css entirely.
-*/
+*/
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index afd0d5e..e5b6ff6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -44,4 +44,4 @@