Add overte_token.txt to .gitignore to prevent tracking of authentication tokens
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user