5c364aa592
editorial-image 是本機出圖輔助 skill,不屬於此公開模板的範圍, 留在本機使用,不入版控。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
# .gitignore
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# 環境變數
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# editorial-image skill 為私房出圖工具,不上傳此公開模板 repo
|
|
skills/editorial-image/
|