From 35106f2ad5b523ae5f09f4047cad62140f73c983 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 16 Nov 2025 19:39:13 -0500 Subject: [PATCH] Add overte_token.txt to .gitignore to prevent tracking of authentication tokens --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 121b1cd..2564faa 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,10 @@ Cargo.lock # Logs *.log +# Authentication tokens (should be in ~/.config but just in case) +overte_token.txt +**/overte_token.txt + # Temporary *.tmp .DS_Store