chore(gitignore): 로컬 액세스 파일을 추적 제외한다
This commit is contained in:
parent
d4f6f79bd4
commit
1bc6687859
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -15,6 +15,9 @@ ehthumbs.db
|
|||
*.tar.gz
|
||||
.claude/settings.local.json
|
||||
|
||||
# 로컬 액세스 토큰
|
||||
token/
|
||||
|
||||
# BEGIN Agent-Ops managed gitignore
|
||||
!agent-task/
|
||||
!agent-task/**/
|
||||
|
|
@ -23,3 +26,5 @@ ehthumbs.db
|
|||
agent-roadmap/current.md
|
||||
# END Agent-Ops managed gitignore
|
||||
agent-ops/.DS_Store
|
||||
agent-test/local/
|
||||
agent-test/runs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue