From f528c4e4499b457de1a490eafb7812004f857407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 9 Aug 2020 03:17:07 +0200 Subject: [PATCH] .gitattributes: match the entire secrets/** subtree A single star would only match a single level. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5c975fa..45b5ca3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -secrets/* filter=git-crypt diff=git-crypt +secrets/** filter=git-crypt diff=git-crypt