commit 6fe1b2f913487f33bef587ccbc84b4c8990b72b5 parent ea6adc3a06c8dbc44e0063febf2ddd3d61648485 Author: mtmn <miro@haravara.org> Date: Mon, 27 Apr 2026 21:19:25 +0200 fix: missing shirt in git-crypt files Diffstat:
| M | .gitattributes | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -8,3 +8,6 @@ hosts/work/** filter=git-crypt diff=git-crypt # secrets secrets/* filter=git-crypt diff=git-crypt + +# other +modules/mixins/dotfiles/bin/shirt filter=git-crypt diff=git-crypt