From ba2fc74073bd9e0c0881c8f48bb65256beb6e680 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 8 Jun 2026 15:09:13 -0400 Subject: [PATCH] chore: add git-crypt filter for .env files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e69de29..3b01cdb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -0,0 +1 @@ +**/.env filter=git-crypt diff=git-crypt