chore: Remove .env.production file and update documentation for environment file security
This commit is contained in:
@@ -16,6 +16,13 @@ Your project now has comprehensive code quality tools configured:
|
||||
- **detect-secrets** - Security scanning to prevent secret commits
|
||||
- **EditorConfig** - Consistent coding styles across editors
|
||||
|
||||
### 🛡️ Environment File Security
|
||||
|
||||
- **Never commit .env files** to version control, especially .env.production
|
||||
- Use .env.example as a template for new environment files
|
||||
- Add all .env files to .gitignore to prevent accidental commits
|
||||
- Use environment variables for configuration to maintain security and flexibility
|
||||
|
||||
### 📁 Configuration Files Created
|
||||
|
||||
- `.pre-commit-config.yaml` - Comprehensive pre-commit hooks configuration
|
||||
|
||||
Reference in New Issue
Block a user