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
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Authentication tokens (should be in ~/.config but just in case)
|
||||||
|
overte_token.txt
|
||||||
|
**/overte_token.txt
|
||||||
|
|
||||||
# Temporary
|
# Temporary
|
||||||
*.tmp
|
*.tmp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user