Fixing cache vendor regex

* Fixes #1051
* Any folder with "cache" in it was being ignored. This fixes it.
This commit is contained in:
Shrayas Rajagopal
2014-04-07 11:35:28 +05:30
parent f39456ee47
commit a1641f2ffa

View File

@@ -10,7 +10,7 @@
## Vendor Conventions ##
# Caches
- cache/
- (^|/)cache/
# Dependencies
- ^[Dd]ependencies/