Minimal .gitignore

This commit is contained in:
Andrew Rabert 2017-02-27 00:41:29 -05:00
parent 44fd27ad33
commit 9980ff0415
2 changed files with 3 additions and 18 deletions

19
.gitignore vendored
View File

@ -1,16 +1,3 @@
.classpath /.gradle
.project /app/build
bin/* /build
gen/*
private/*
nbandroid/*
.idea
subsonic-android.iml
releases/
proguard_logs/
/gen/
/out/
.gradle/*
/build/
local.properties
*Thumbs.db

2
app/.gitignore vendored
View File

@ -1,2 +0,0 @@
/build
*.iml