Changed Carthage vendor regex to allow folder in any subdirectory (#3921)

In monorepro projects, it's not uncommon for `Carthage` to not be in the root directory.
This commit is contained in:
NachoSoto
2017-11-29 06:25:04 -08:00
committed by Colin Seymour
parent ded0dc74e0
commit 38901d51d2
2 changed files with 4 additions and 1 deletions

View File

@@ -240,7 +240,7 @@
- \.imageset/
# Carthage
- ^Carthage/
- (^|/)Carthage/
# Sparkle
- (^|/)Sparkle/