mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Fixing cache vendor regex
* Fixes #1051 * Any folder with "cache" in it was being ignored. This fixes it.
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
## Vendor Conventions ##
 | 
			
		||||
 | 
			
		||||
# Caches
 | 
			
		||||
- cache/
 | 
			
		||||
- (^|/)cache/
 | 
			
		||||
 | 
			
		||||
# Dependencies
 | 
			
		||||
- ^[Dd]ependencies/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user