Skip to content

Commit 1de27d8

Browse files
committed
Exclude gradle with kotlin and intelij
1 parent 70d5390 commit 1de27d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

asimov

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ readonly ASIMOV_VENDOR_DIR_SENTINELS=(
4545
'target Cargo.toml' # Cargo (Rust)
4646
'target pom.xml' # Maven
4747
'build build.gradle' # Gradle
48+
'.gradle build.gradle' # Gradle
49+
'build build.gradle.kts' # Gradle
50+
'.gradle build.gradle.kts' # Gradle
4851
'vendor composer.json' # Composer (PHP)
4952
'vendor Gemfile' # Bundler (Ruby)
50-
'DerivedData DerivedData' # Xcode (Swift)
53+
'DerivedData DerivedData' # XCode (Swift)
54+
'.idea .idea' # InteliJ
5155
)
5256

5357
# Exclude the given paths from Time Machine backups.

0 commit comments

Comments
 (0)