From bdf10ab7c0def9070765f459bdf528522b34bab4 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos Date: Sun, 21 Aug 2022 18:32:03 +0200 Subject: 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 --- crates/ignore/src/default_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 26589b7b..6f0c8339 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -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"]), -- cgit v1.2.3