From 9980ff041501ecf550204a9a1d53b31d652245cb Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Mon, 27 Feb 2017 00:41:29 -0500 Subject: [PATCH] Minimal .gitignore --- .gitignore | 19 +++---------------- app/.gitignore | 2 -- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 app/.gitignore diff --git a/.gitignore b/.gitignore index 4838c7c..9deebb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,3 @@ -.classpath -.project -bin/* -gen/* -private/* -nbandroid/* -.idea -subsonic-android.iml -releases/ -proguard_logs/ -/gen/ -/out/ -.gradle/* -/build/ -local.properties -*Thumbs.db \ No newline at end of file +/.gradle +/app/build +/build diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index e8fa30f..0000000 --- a/app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/build -*.iml