From c5502de5542dab3d21d466771028879553c5d25e Mon Sep 17 00:00:00 2001 From: dustin deus Date: Mon, 22 Jan 2018 16:11:54 +0100 Subject: [PATCH] add .cshtml ext --- commands/template/template.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/template/template.go b/commands/template/template.go index 9a9a3c1..2052b20 100644 --- a/commands/template/template.go +++ b/commands/template/template.go @@ -28,11 +28,12 @@ const ( var ( allowedExtensions = []string{ - // Text + // Templates / Text ".md", ".txt", ".html", ".htm", + ".cshtml", ".rtf", // Configuration ".json",