mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
chore: Add .env to .gitignore and create initial .env file
This commit introduces a new `.env` file for environment variable management and updates the `.gitignore` file to ensure that this sensitive configuration file is not tracked by version control. This change helps maintain security by preventing accidental exposure of environment-specific settings in the repository.
This commit is contained in:
parent
edcd949867
commit
e68863099d
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
/.devcontainer
|
||||
/docker-compose.override.yml
|
||||
/.env
|
||||
|
||||
# VSCode specific
|
||||
*.code-workspace
|
||||
|
|
|
|||
Loading…
Reference in a new issue