security: gitignore env-specific config files and untrack config.world.game.php
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 28s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-06-04 07:40:26 +02:00
parent dbba73ea62
commit e7f9849888
2 changed files with 5 additions and 10 deletions

5
.gitignore vendored
View file

@ -49,6 +49,11 @@ Icon
/site/config/.license
# Environment-specific config (contains secrets)
# ---------------
/site/config/config.*.php
# Content
# ---------------

View file

@ -1,10 +0,0 @@
<?php
return [
'debug' => false,
'brevo_whitepaper' => [
'api_key' => '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',
'list_id' => 5,
],
];