mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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:
parent
fdb7293c82
commit
f4cf36c5e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user