Add .env to .gitignore file

The .env file has been added to the .gitignore file to ensure it's not tracked in the git repository. This change helps to protect sensitive environment variable settings by preventing them from being inadvertently published within the project repository.
This commit is contained in:
Winni Neessen 2023-12-21 20:19:17 +01:00
parent ca62769cd3
commit 3c304797b3
Signed by: wneessen
GPG key ID: 385AC9889632126E

1
.gitignore vendored
View file

@ -58,3 +58,4 @@ fabric.properties
# local confi files # local confi files
etc/*.local.toml etc/*.local.toml
/.env