From ce3c7a545e948c0ba8f7e5c88c886e575966a10a Mon Sep 17 00:00:00 2001 From: cod378 Date: Wed, 12 Nov 2025 04:04:10 +0000 Subject: [PATCH] feat: add GitHub authentication script to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 045762a..19fae05 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,5 @@ Thumbs.db !guides/ !web/ +# GitHub authentication +.github/auth.sh