From 0c3dfe0fb5c81f4bb0466edeca628d93c8531e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 7 Jul 2026 05:04:31 +0200 Subject: [PATCH] Add ~/.config/git to --ro list by default --- config-example.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config-example.toml b/config-example.toml index 612cf9d..61cd099 100644 --- a/config-example.toml +++ b/config-example.toml @@ -23,6 +23,7 @@ whitelist = true ro = [ "~/dev/agent-config", + "~/.config/git", "/etc/alsa", "/run/user/1000/pulse", "/run/user/1000/pipewire-0",