diff --git a/.gitignore b/.gitignore
index b7d7223d..edb3ff72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,3 @@ Examples/VideoPlayer/VideoPlayer.xcodeproj/xcuserdata/**/*
npm-debug.log
.DS_Store
build/
-*.iml
diff --git a/android/RCTVideo.iml b/android/RCTVideo.iml
new file mode 100644
index 00000000..000f380b
--- /dev/null
+++ b/android/RCTVideo.iml
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 22f8c2fa..ac25f434 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"author": "Brent Vatne (https://github.com/brentvatne)",
"files": [
"android/build.gradle",
+ "android/RCTVideo.iml",
"android/src/main/AndroidManifest.xml",
"android/src/main/res/values/styles.xml",
"android/src/main/java/com/brentvatne/react/ReactVideoPackage.js",