diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 856163b..4c0c72f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -186,6 +186,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("ts", &["*.ts", "*.tsx"]), ("txt", &["*.txt"]), ("toml", &["*.toml", "Cargo.lock"]), + ("twig", &["*.twig"]), ("vala", &["*.vala"]), ("vb", &["*.vb"]), ("vimscript", &["*.vim"]),