From df0756a64dc8879cde324b81229a13f0fd11eee2 Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:25:06 +0100 Subject: [PATCH] Update .gitignore to exclude release and Tailscale files Added entries to ignore release artifacts and Tailscale files. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 55e3240..4875680 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ **/.DS_Store **/build + +# Do not track release artifacts +releases/ +build/ + +# Do not track downloaded Tailscale tarballs and temp bins +tailscale_bins/ +*.tgz