Ignoring build folder inside app module in Android projects

The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.
This commit is contained in:
Vitor Prado 2015-10-14 13:45:12 -03:00
parent fdb7293c82
commit f4cf36c5e1
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ gen/
# Gradle files
.gradle/
build/
*/build/
# Local configuration file (sdk path, etc)
local.properties