feat: add example environment configuration file and update .gitignore to include .env files
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m35s

This commit is contained in:
2025-04-10 23:56:27 +05:00
parent c7993620f5
commit 378c120035
3 changed files with 28 additions and 3 deletions

4
.gitignore vendored
View File

@@ -30,7 +30,9 @@ yarn-debug.log*
yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
.env
.env.local
# vercel
.vercel