Files
system-dev-template/.gitignore
T
Leo ba247428a8 chore: bump 1.3.0 + CHANGELOG(vault 偵測 + Cowork skill)
承接上一個 feat commit:補上版號與更新紀錄,讓 update.sh 能通知用戶有新版。
- template/.claude/VERSION:1.2.0 → 1.3.0(新功能、向下相容)
- CHANGELOG:新增 1.3.0 一節
- .gitignore:排除 dev repo 自裝的 .claude/commands/(比照 wiki/hooks 的自用不推慣例)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 20:06:28 +08:00

21 lines
542 B
Plaintext

# .gitignore
# macOS
.DS_Store
# 環境變數
.env
.env.*
!.env.example
# editorial-image skill 為私房出圖工具,不上傳此公開模板 repo
skills/editorial-image/
# 根目錄自裝的開發 wiki — 內部記錄,不推 GitHub(用戶看的是 template/ 裡的範本)
# 內容檔是我們開發此 template 的記錄;架構檔(INDEX/.wikiignore/hooks)是從
# template/ 複製來自用的,範本本體已在 template/ 推上去,這份不重複推。
.claude/wiki/
.claude/hooks/
.claude/commands/
.claude/VERSION