We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0ad3d commit 70d5390Copy full SHA for 70d5390
asimov
@@ -47,7 +47,7 @@ readonly ASIMOV_VENDOR_DIR_SENTINELS=(
47
'build build.gradle' # Gradle
48
'vendor composer.json' # Composer (PHP)
49
'vendor Gemfile' # Bundler (Ruby)
50
- 'DerivedData DerivedData' # XCode (Swift)
+ 'DerivedData DerivedData' # Xcode (Swift)
51
)
52
53
# Exclude the given paths from Time Machine backups.
tests/AsimovTest.php
@@ -29,7 +29,7 @@ public function recognizedPatternProvider(): array
29
'Stack' => ['stack.yaml', '.stack-work'],
30
'Swift' => ['Package.swift', '.build'],
31
'Vagrant' => ['Vagrantfile', '.vagrant'],
32
- 'XCode' => ['DerivedData', 'DerivedData'],
+ 'Xcode' => ['DerivedData', 'DerivedData'],
33
];
34
}
35
0 commit comments