Files
stable-diffusion-webui-docker/.gitignore
Self Denial e68863099d 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.
2024-11-24 16:18:20 -07:00

8 lines
95 B
Plaintext

/.devcontainer
/docker-compose.override.yml
/.env
# VSCode specific
*.code-workspace
/.vscode