From 138588422aa57e8a4307a68ff519464663765005 Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 22 Apr 2026 18:56:58 -0400 Subject: [PATCH] chore: gitignore macOS AppleDouble files from SSHFS writes The laptop mounts ~/Projects/archy over SSHFS and macOS finder / Spotlight sidecars write ._ resource-fork files alongside every edit. They are noise; keep them out of git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 51093ae6..14f1f81d 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ loop/loop.log.bak # Separate repos nested in tree web/ +._*