]> source.dussan.org Git - gitignore.git/commitdiff
Ignoring build folder inside app module in Android projects 1699/head
authorVitor Prado <jvirtuprado@gmail.com>
Wed, 14 Oct 2015 16:45:12 +0000 (13:45 -0300)
committerVitor Prado <jvirtuprado@gmail.com>
Wed, 14 Oct 2015 16:45:12 +0000 (13:45 -0300)
The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder.

Android.gitignore

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