fix : variable environement

This commit is contained in:
Lethary
2026-03-05 11:44:03 +01:00
parent 0664831fe3
commit 624658e3af
3 changed files with 12 additions and 2 deletions

9
.gitignore vendored
View File

@@ -0,0 +1,9 @@
# Secrets / environment
.env
.env.*
!.env.example
!.env.exemple
# IDE / editor
.idea/
.vscode/