Skip to content

Commit

Permalink
ignore/types: add embedded puppet templates
Browse files Browse the repository at this point in the history
.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 BurntSushi#2141
  • Loading branch information
nbarrientos authored Aug 21, 2022
1 parent a026788 commit bdf10ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit bdf10ab

Please sign in to comment.