From b4526a73573a41a979a67e28d31b1ea68537d4eb Mon Sep 17 00:00:00 2001 From: mr-forust Date: Tue, 11 Nov 2025 13:53:54 +0100 Subject: [PATCH] Add adguardhome to .gitignore and ensure portainer_data is excluded --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5dc5a63..377c08f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ certs/* traefik/letsencrypt/acme.json edu_master/volumes/ dockmon/dockmon_data/* -portainer_data/* \ No newline at end of file +portainer_data/* +adguardhome/* \ No newline at end of file