From 82ca5196aa9f845455605586d17b1886c60f9c70 Mon Sep 17 00:00:00 2001 From: Jude Date: Sun, 3 Jun 2018 12:04:08 +0530 Subject: [PATCH 1/2] added idea folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68e142b..e62464c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,8 +24,9 @@ local.properties .project # Idea IDE files +/.idea/ *.iml *.DS_STORE -custom_env.gradle +custom_env.gradle \ No newline at end of file From 8a95fec102d6ce17dd39a9e8d23cba20d963bdd3 Mon Sep 17 00:00:00 2001 From: Jude Fernandes Date: Sun, 3 Jun 2018 12:59:27 +0530 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e62464c..f548704 100644 --- a/.gitignore +++ b/.gitignore @@ -24,9 +24,9 @@ local.properties .project # Idea IDE files -/.idea/ +.idea/ *.iml *.DS_STORE -custom_env.gradle \ No newline at end of file +custom_env.gradle