refactor(config): rename .env.example to .mam.env.example and isolate .mam.env in gitignore
This commit is contained in:
+5
-1
@@ -1,6 +1,7 @@
|
||||
# 1회성 작업 자료 (agy/claude 워커에게 보낸 프롬프트)
|
||||
# 1회성 작업 자료 (agy/claude 워커에게 보낸 프롬프트 및 인수인계 문서)
|
||||
_agy_prompt_*.md
|
||||
_claude_prompt_*.md
|
||||
CURRENT_JOB.md
|
||||
|
||||
# 임시 검증용 산출물
|
||||
test-sessions*.yaml
|
||||
@@ -17,6 +18,9 @@ __pycache__/
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.mam.env
|
||||
.mam.env.*
|
||||
!.mam.env.example
|
||||
|
||||
# 빌드/배포 HTML 산출물
|
||||
.agents/skills/multi-agent-mux-delegate-job/USER_MANUAL.html
|
||||
|
||||
Reference in New Issue
Block a user