From 1c76cc727d507877618312ceb9a331a2e5591446 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Tue, 30 Jul 2019 22:33:03 +0300 Subject: [PATCH] Remove intellij iml files --- .gitignore | 3 + android/app/app.iml | 216 ------------------ android/app/react-native-notifications.iml | 242 --------------------- 3 files changed, 3 insertions(+), 458 deletions(-) delete mode 100644 android/app/app.iml delete mode 100644 android/app/react-native-notifications.iml diff --git a/.gitignore b/.gitignore index 97dccbb..1529277 100644 --- a/.gitignore +++ b/.gitignore @@ -179,6 +179,9 @@ jspm_packages # Optional REPL history .node_repl_history +# Intellij +*.iml + coverage/ package-lock.json diff --git a/android/app/app.iml b/android/app/app.iml deleted file mode 100644 index 120b1fa..0000000 --- a/android/app/app.iml +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/app/react-native-notifications.iml b/android/app/react-native-notifications.iml deleted file mode 100644 index 53a3963..0000000 --- a/android/app/react-native-notifications.iml +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- 2.26.2