Merge pull request #14555 from ggranjus/main

Stop detecting .env.example files in generic-env template to reduce false positives
This commit is contained in:
Ritik Chaddha
2025-12-24 21:54:43 +05:30
committed by GitHub

View File

@@ -30,7 +30,6 @@ http:
- "/.env.production"
- "/.env.production.local"
- "/.env.local"
- "/.env.example"
- "/.env.stage"
- "/.env.live"
- "/.env.backup"