From 015af73373bf32cd6e38cd9e559caff4d342212e Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Mon, 31 Jan 2022 09:46:42 -0600 Subject: [PATCH] (MAINT) Ignore template dir This commit adds the template dir to gitignore so that goreleaser will build without error. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ba1748..ff6eb67 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ # Dependency directories (remove the comment below to include it) # vendor/ dist/ -# templates/ +tools/ .DS_Store