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:
@ -15,6 +15,7 @@ gen/
|
||||
# Gradle files
|
||||
.gradle/
|
||||
build/
|
||||
*/build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
Reference in New Issue
Block a user