diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 312b1125..5467f5e3 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -116,6 +116,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("crystal", &["Projectfile", "*.cr"]), ("cs", &["*.cs"]), ("csharp", &["*.cs"]), + ("cshtml", &["*.cshtml"]), ("css", &["*.css", "*.scss"]), ("cython", &["*.pyx"]), ("dart", &["*.dart"]),