From faa7417500d05ec105bd1f3f10679cc02e854bad Mon Sep 17 00:00:00 2001 From: Kyle Horimoto Date: Fri, 4 Sep 2015 14:23:01 -0700 Subject: Add .idea/gradle.xml and app/app.iml to .gitignore files. These files change according to the individual user's machine each time the project is edited by Android Studio. --- .gitignore | 1 + .idea/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fee0237..cad2d52 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ local.properties # Android Studio .gradle/ build/ +app/app.iml diff --git a/.idea/.gitignore b/.idea/.gitignore index 8e587e7..ff07e6f 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -4,7 +4,6 @@ !/copyright/*.xml !/fileColors.xml !/encodings.xml -!/gradle.xml !/runConfigurations/*.xml !/inspectionProfiles/*.xml -- cgit v1.2.3 From 6c4bf865ed5beba56e08718973bf05b03e38f009 Mon Sep 17 00:00:00 2001 From: Kyle Horimoto Date: Fri, 4 Sep 2015 14:23:01 -0700 Subject: Add .idea/gradle.xml and app/app.iml to .gitignore files. These files change according to the individual user's machine each time the project is edited by Android Studio. --- .idea/.gitignore | 1 - .idea/gradle.xml | 2 +- app/app.iml | 47 +++++++++++++++++++++++------------------------ 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 8e587e7..ff07e6f 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -4,7 +4,6 @@ !/copyright/*.xml !/fileColors.xml !/encodings.xml -!/gradle.xml !/runConfigurations/*.xml !/inspectionProfiles/*.xml diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 8d2df47..1bbc21d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@