mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Android: Remove redundant pattern for matching build directories
build/ already matches all directories named 'build' in the repository, regardless of level. Gradle can have more than two levels of project nesting. However, /*/build/ matches only the 'build' directories of 2nd-level projects. Thus, the first pattern is more appropriate than the second.
This commit is contained in:
parent
f9cc4d14cc
commit
9c8c32fea5
@ -15,7 +15,6 @@ 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