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