From f34bd9d95a679d94ecc0028222c56ef7dfd93e8e Mon Sep 17 00:00:00 2001 From: Baris Sencan Date: Mon, 2 Nov 2015 15:14:49 -0800 Subject: [PATCH] [npm][Android] Include RCTVideo.iml --- .gitignore | 1 - android/RCTVideo.iml | 107 +++++++++++++++++++++++++++++++++++++++++++ package.json | 1 + 3 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 android/RCTVideo.iml 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",