Remove .env from tracking, keep .env.example as template
- .env contains sensitive information and should not be tracked - Users should copy .env.example to .env and configure their own values - .env is already in .gitignore to prevent future tracking
Showing
.env
deleted
100644 → 0
Please
register
or
sign in
to comment