Add .gitignore and example local.env.dist

Introduce a .gitignore to exclude local environment files. Provide a sample local.env.dist for configuration templates. This helps in maintaining environment-specific settings securely and consistently.
This commit is contained in:
2024-10-11 09:05:46 +02:00
parent 7c84464d13
commit 958c96193e
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
local.env