From 8f9a3aa0e2c588e25f63938a0b46e4a50787fba9 Mon Sep 17 00:00:00 2001 From: "MIYOKAWA, Nobuyoshi" Date: Mon, 23 May 2016 04:49:47 -0700 Subject: [PATCH] Add .iml to ignore target. Summary: Sorry for trivial one, but I feel no need to share '.iml' in a project, so it should be ignored. Closes https://github.com/facebook/react-native/pull/7689 Differential Revision: D3334367 fbshipit-source-id: 2a68aa93084a51d0b3d24427c71bc7c12e41ed78 --- local-cli/generator/templates/_gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/local-cli/generator/templates/_gitignore b/local-cli/generator/templates/_gitignore index 42c9490e5..eb1535e41 100644 --- a/local-cli/generator/templates/_gitignore +++ b/local-cli/generator/templates/_gitignore @@ -24,6 +24,7 @@ project.xcworkspace # Android/IJ # +*.iml .idea .gradle local.properties