From f22fc533000c642b67ea28fdee858bf27fe663e4 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Sun, 20 Apr 2025 16:29:47 +0200 Subject: [PATCH] feat: add git-crypt for drafts --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index f67ee0c..2f5b0c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,6 @@ *.jpg binary *.ico binary *.png binary + +# Encrypt draft files +*draft*.md filter=git-crypt diff=git-crypt