diff --git a/ignore/src/types.rs b/ignore/src/types.rs index c0a9bc2..1312bb8 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -123,6 +123,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("cython", &["*.pyx"]), ("dart", &["*.dart"]), ("d", &["*.d"]), + ("docker", &["*Dockerfile*"]), ("elisp", &["*.el"]), ("elixir", &["*.ex", "*.eex", "*.exs"]), ("elm", &["*.elm"]),