Skip to content

Commit 7a5d9d6

Browse files
authored
Exclude Gradle build folder
This will exclude the Gradle build folder `build` when a `build.gradle` file is in the same directory.
1 parent 4fb5116 commit 7a5d9d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asimov

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ readonly ASIMOV_VENDOR_DIR_SENTINELS=(
4444
'node_modules package.json' # npm, Yarn (NodeJS)
4545
'target Cargo.toml' # Cargo (Rust)
4646
'target pom.xml' # Maven
47+
'build build.gradle' # Gradle
4748
'vendor composer.json' # Composer (PHP)
4849
'vendor Gemfile' # Bundler (Ruby)
4950
)

0 commit comments

Comments
 (0)