ignore/types: add dvc

This provides support for DVC files (https://dvc.org/).

PR #1608
This commit is contained in:
jtrakk
2020-06-09 04:44:09 -07:00
committed by GitHub
parent 1b2c1dc675
commit a16bfcb3d6

View File

@@ -52,6 +52,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("dhall", &["*.dhall"]),
("diff", &["*.patch", "*.diff"]),
("docker", &["*Dockerfile*"]),
("dvc", &["Dvcfile", "*.dvc"]),
("ebuild", &["*.ebuild"]),
("edn", &["*.edn"]),
("elisp", &["*.el"]),