From ca8e77dc735e319f7c8c26c382436ee3bff1cea6 Mon Sep 17 00:00:00 2001 From: Steve Madsen Date: Fri, 30 May 2014 15:57:16 -0400 Subject: [PATCH] Update Android.gitignore According to https://intellij-support.jetbrains.com/entries/23393067, everything in `.idea` should be committed to version control, *except* `workspace.xml` and `tasks.xml`. --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 3a36c6e7..9056a53b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -22,5 +22,9 @@ local.properties # Proguard folder generated by Eclipse proguard/ +# User-specific Android Studio files +.idea/workspace.xml +.idea/tasks.xml + #Log Files *.log