浏览代码

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.
Vitor Prado 9 年之前
父节点
当前提交
f4cf36c5e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Android.gitignore

+ 1 - 0
Android.gitignore

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