экспорт маппинга
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -40,7 +40,24 @@ pip-wheel-metadata/
|
||||
!.env.example
|
||||
!.env.sample
|
||||
|
||||
backups/
|
||||
# Runtime settings. Do NOT ignore settings/ as a whole anymore:
|
||||
# ui_builder_draft.json / ui_builder_published.json contain the operator UI,
|
||||
# shortcuts, triggers, bottom-panel buttons and selectors and should be portable.
|
||||
# Everything else under settings stays local unless explicitly allow-listed.
|
||||
settings/*
|
||||
!settings/README.md
|
||||
!settings/ui_builder_draft.json
|
||||
!settings/ui_builder_published.json
|
||||
!settings/hockey_api.json
|
||||
!settings/stat2tv_credentials.example.json
|
||||
|
||||
# Local secrets / machine-specific runtime settings (never commit).
|
||||
settings/stat2tv_credentials.local.json
|
||||
settings/editor_security.json
|
||||
settings/backups/
|
||||
settings/settings.json
|
||||
settings/vmix_json.json
|
||||
settings/vmix_functions.json
|
||||
|
||||
# Stat2TV / API diagnostic snapshots
|
||||
hockey_data/snapshots/
|
||||
|
||||
Reference in New Issue
Block a user