From 799a850ebf891cb506de157e28f3850734298d33 Mon Sep 17 00:00:00 2001 From: eti Date: Mon, 20 Apr 2026 14:27:00 +0000 Subject: [PATCH] .gitignore: add ._.DS_Store Signed-off-by: eti --- .gitignore | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ ./avatar/node_modules/* patches *.qcow2 .DS_Store +._.DS_Store .env *.rdb .envrc -- tangled.sh