From b581b085acd751ae773b3c91575f097d40f70a16 Mon Sep 17 00:00:00 2001 From: di1ara Date: Wed, 13 Sep 2023 12:31:21 -0400 Subject: [PATCH] add .gitattributes for encrypting brokers.toml --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9a9d7352c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Exclude .gitattributes from encryption +.gitattributes !filter !diff + +# Encrypt a specific file +brokers.toml filter=git-crypt diff=git-crypt \ No newline at end of file