Add overte_token.txt to .gitignore to prevent tracking of authentication tokens

This commit is contained in:
MayaTheShy
2025-11-16 19:39:13 -05:00
parent 29381607b0
commit 35106f2ad5

4
.gitignore vendored
View File

@@ -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