未設時讀 config.env(行為不變);設了讀 config.<profile>.env。 .gitignore 新增 config.*.env 但保留 config.example.env。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
config.env
|
|
config.*.env
|
|
!config.example.env
|