ignore/types: add dvc
This provides support for DVC files (https://dvc.org/). PR #1608
This commit is contained in:
@@ -52,6 +52,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("dhall", &["*.dhall"]),
|
("dhall", &["*.dhall"]),
|
||||||
("diff", &["*.patch", "*.diff"]),
|
("diff", &["*.patch", "*.diff"]),
|
||||||
("docker", &["*Dockerfile*"]),
|
("docker", &["*Dockerfile*"]),
|
||||||
|
("dvc", &["Dvcfile", "*.dvc"]),
|
||||||
("ebuild", &["*.ebuild"]),
|
("ebuild", &["*.ebuild"]),
|
||||||
("edn", &["*.edn"]),
|
("edn", &["*.edn"]),
|
||||||
("elisp", &["*.el"]),
|
("elisp", &["*.el"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user