Implement configuration management for multi-streamer support and update .gitignore
This commit is contained in:
parent
dd8abf03d3
commit
7f8b3d1bf9
6 changed files with 655 additions and 77 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,5 +1,13 @@
|
|||
# User configuration file (contains personal settings)
|
||||
# User configuration files (contains personal settings)
|
||||
config.json
|
||||
config/global.json
|
||||
|
||||
# Streamer-specific configurations (personal settings)
|
||||
config/streamers/*.json
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Environments
|
||||
.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue