mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ignore/types: add embedded puppet templates
.epp files are getting more and more common in Puppet code bases so it makes sense I think to include them as part of the "puppet" type. https://puppet.com/docs/puppet/7/lang_template_epp.html PR #2141
This commit is contained in:
		| @@ -178,7 +178,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ | ||||
|     ("postscript", &["*.eps", "*.ps"]), | ||||
|     ("protobuf", &["*.proto"]), | ||||
|     ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), | ||||
|     ("puppet", &["*.erb", "*.pp", "*.rb"]), | ||||
|     ("puppet", &["*.epp", "*.erb", "*.pp", "*.rb"]), | ||||
|     ("purs", &["*.purs"]), | ||||
|     ("py", &["*.py"]), | ||||
|     ("qmake", &["*.pro", "*.pri", "*.prf"]), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user