ignore/types: add container type that covers both Dockerfile and Containerfile

PR #3271
This commit is contained in:
Pavel Knoblokh
2026-02-13 11:39:46 +10:00
committed by GitHub
parent 0a88cccd51
commit 9b84e154c8
+1
View File
@@ -47,6 +47,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["cml"], &["*.cml"]),
(&["coffeescript"], &["*.coffee"]),
(&["config"], &["*.cfg", "*.conf", "*.config", "*.ini"]),
(&["container"], &["*Containerfile*", "*Dockerfile*"]),
(&["coq"], &["*.v"]),
(&["cpp"], &[
"*.[ChH]", "*.cc", "*.[ch]pp", "*.[ch]xx", "*.hh", "*.inl",