chore : clean project config — untrack .idea/, gitignore Zone.Identifier and frontend/, blank JWT secret

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 02:01:54 +01:00
parent 378026ebce
commit bab13e5c57
13 changed files with 10 additions and 381 deletions

2
.env
View File

@@ -43,5 +43,5 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###> lexik/jwt-authentication-bundle ###
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=281e2cd303ed9ba4a4a4074e19eac9cea505cc9d82ce79a448bb8eb00c636ebe
JWT_PASSPHRASE=
###< lexik/jwt-authentication-bundle ###