mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-20 20:14:45 +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
|
/.devcontainer
|
||||||
/docker-compose.override.yml
|
/docker-compose.override.yml
|
||||||
|
/.env
|
||||||
|
|
||||||
# VSCode specific
|
# VSCode specific
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue