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:
Self Denial
2024-11-24 16:18:20 -07:00
parent edcd949867
commit e68863099d
2 changed files with 1 additions and 0 deletions

0
.env Normal file
View File

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/.devcontainer /.devcontainer
/docker-compose.override.yml /docker-compose.override.yml
/.env
# VSCode specific # VSCode specific
*.code-workspace *.code-workspace