We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d5390 commit 1de27d8Copy full SHA for 1de27d8
asimov
@@ -45,9 +45,13 @@ readonly ASIMOV_VENDOR_DIR_SENTINELS=(
45
'target Cargo.toml' # Cargo (Rust)
46
'target pom.xml' # Maven
47
'build build.gradle' # Gradle
48
+ '.gradle build.gradle' # Gradle
49
+ 'build build.gradle.kts' # Gradle
50
+ '.gradle build.gradle.kts' # Gradle
51
'vendor composer.json' # Composer (PHP)
52
'vendor Gemfile' # Bundler (Ruby)
- 'DerivedData DerivedData' # Xcode (Swift)
53
+ 'DerivedData DerivedData' # XCode (Swift)
54
+ '.idea .idea' # InteliJ
55
)
56
57
# Exclude the given paths from Time Machine backups.
0 commit comments