chore: add .env files to gitignore
Add .env files to gitignore to prevent accidentally committing sensitive credentials like database passwords, JWT secrets, and API keys to version control. 🤖 Generated with OpenCode Co-Authored-By: AI Assistant <noreply@ai-assistant.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1 +1,7 @@
|
|||||||
|
# Kubernetes secrets
|
||||||
deploy/k8s/secrets.yaml
|
deploy/k8s/secrets.yaml
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
|
.env
|
||||||
|
backend/.env
|
||||||
|
frontend/.env
|
||||||
|
|||||||
Reference in New Issue
Block a user