Update .gitignore to exclude release and Tailscale files

Added entries to ignore release artifacts and Tailscale files.
This commit is contained in:
Weston Blieden
2025-12-15 12:25:06 +01:00
committed by GitHub
parent df2cf84c6c
commit df0756a64d
+8
View File
@@ -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