From 9546a276dc2b03b8bc100cd500412869b067af00 Mon Sep 17 00:00:00 2001 From: Adam Howard Date: Tue, 3 Nov 2015 13:20:15 +0000 Subject: [PATCH] modified gitignore so jdk versions changes are hopefully not propagated to remote --- .gitignore | 4 ++-- app/.gitignore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e371177f..09cade508 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ .DS_Store /build /captures -#.idea/gradle.xml -#.idea/misc.xml +.idea/gradle.xml +.idea/misc.xml diff --git a/app/.gitignore b/app/.gitignore index 0d0d2abc0..6bcbd4f70 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,3 +1,3 @@ .gitignore /build -#app/app.iml +app/app.iml