security: prevent discord bot code from being tracked
- Add discord/ to .gitignore to protect private bot configuration - Discord bot contains API tokens and private implementation details - Prevents accidental exposure of Discord credentials in repository history
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -428,6 +428,11 @@ secrets/
|
||||
website/
|
||||
deployment/
|
||||
|
||||
# =============================================================================
|
||||
# Discord Bot (private, contains credentials)
|
||||
# =============================================================================
|
||||
discord/
|
||||
|
||||
# =============================================================================
|
||||
# Generated development documentation
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user