Files
e-ticket/.gitignore
Serreau Jovann 2987dbfd28 Fix Redis session DSN, remove LibreTranslate from prod, track all translations
- Fix SESSION_HANDLER_DSN: use Redis db index (/1) instead of /sessions
  which caused "dbindex must be a number" error
- Remove LibreTranslate service and volume from docker-compose prod
- Remove gitignore rules for translation files (en, es, de, it)
  so all languages are tracked in git
- Apply PHP CS Fixer style fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 09:35:13 +01:00

49 lines
894 B
Plaintext

###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
/.phpunit.cache/
###< phpunit/phpunit ###
/public/build/
/public/uploads/
/public/.update
docker-compose-prod.yml
docker/pgsql/pgbouncer.ini
docker/pgsql/userlist.txt
node_modules/
.idea/
/cert/
/config/cert/private-key.pem
/public/media/
/coverage/
/coverage-clover.xml
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> symfony/asset-mapper ###
/public/assets/
/assets/vendor/
###< symfony/asset-mapper ###
###> spomky-labs/pwa-bundle ###
/public/sw.js
/public/workbox
/public/idb
/public/pwa
/public/favicon.ico
/public/site.webmanifest
/public/site.*.webmanifest
###< spomky-labs/pwa-bundle ###