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