From 56abd6ab4199b33975f7c5361316b29578817fb0 Mon Sep 17 00:00:00 2001 From: Atticus White Date: Sat, 26 Sep 2015 23:04:05 -0400 Subject: [PATCH] add android .gradle and build directories to sample app gitignore --- local-cli/generator/templates/_gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local-cli/generator/templates/_gitignore b/local-cli/generator/templates/_gitignore index b927355df..94fc86711 100644 --- a/local-cli/generator/templates/_gitignore +++ b/local-cli/generator/templates/_gitignore @@ -22,6 +22,12 @@ DerivedData *.xcuserstate project.xcworkspace +# Android/IJ +# +.idea +.gradle +local.properties + # node.js # node_modules/