mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
chore: ignore .env* variants in addition to .env
Catches .env.local, .env.test, .env.production, and other variant files that should never be committed alongside the base .env.
This commit is contained in:
@@ -23,6 +23,7 @@ groups/global/*
|
||||
# Secrets
|
||||
*.keys.json
|
||||
.env
|
||||
.env*
|
||||
|
||||
# Temp files
|
||||
.tmp-*
|
||||
|
||||
Reference in New Issue
Block a user