From c4c7687dfef364cd89d2d67db5a265b21b13c743 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 15 Apr 2015 01:31:47 -0700 Subject: [PATCH] Prep for moving to Android Studio. --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2f4ceb5..eb6c401 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -/bin -/gen -/project.properties -/proguard-project.txt -/.classpath -/.project \ No newline at end of file +.DS_Store +.gradle +/.idea/libraries +/.idea/workspace.xml +/build +/captures +/local.properties \ No newline at end of file