From d6ae1a8d4dd21c6283ec495641c76aa20fb0e9fb Mon Sep 17 00:00:00 2001 From: polarathene <5098581+polarathene@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:31:59 +1300 Subject: [PATCH] chore: Add new file extensions to `.gitattributes` --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 869c153e..8c981a29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -69,6 +69,9 @@ target/postsrsd/** text *.local text ### Postfix *.pcre text +### Config Templates feature +*.base text +*.tmpl text ################################################# ### Tests #####################################