From 2ccf9bd9a9407b8ac01643d0e59ad582e69a83ac Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 6 May 2026 15:45:24 +0300 Subject: [PATCH] Enable git-crypt --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ac16915 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.env* filter=git-crypt diff=git-crypt +passwd filter=git-crypt diff=git-crypt