gitignore: ignore all .env.* files, not just .env
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Tests / Go tests (push) Successful in 14s

.env.dev (used for local dev config, see AGENTS.md's DEV_AUTH_ENABLED
setup) was showing up as untracked instead of being ignored like .env.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 16:33:51 -06:00
co-authored by Claude Sonnet 5
parent 308f16f6cc
commit 8b3e923c56
+1
View File
@@ -4,4 +4,5 @@
node_modules
.env
.env.*
.env.example