mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-22 12:50:50 +01:00
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:
parent
ca62769cd3
commit
3c304797b3
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -57,4 +57,5 @@ crashlytics-build.properties
|
||||||
fabric.properties
|
fabric.properties
|
||||||
|
|
||||||
# local confi files
|
# local confi files
|
||||||
etc/*.local.toml
|
etc/*.local.toml
|
||||||
|
/.env
|
||||||
|
|
Loading…
Reference in a new issue