feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
54
agent/skills-disabled/SoftwareCopyright-Skill/.gitignore
vendored
Normal file
54
agent/skills-disabled/SoftwareCopyright-Skill/.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.Python
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# .NET build outputs
|
||||
bin/
|
||||
obj/
|
||||
**/bin/
|
||||
**/obj/
|
||||
|
||||
# Local generated materials
|
||||
软件著作权申请资料/
|
||||
**/软件著作权申请资料/
|
||||
|
||||
# Temporary and preview outputs
|
||||
*.tmp
|
||||
*.temp
|
||||
*.log
|
||||
*.pdf
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.webp
|
||||
!docs/
|
||||
!docs/screenshots/
|
||||
!docs/screenshots/*.png
|
||||
|
||||
# Office lock files
|
||||
~$*.docx
|
||||
~$*.xlsx
|
||||
~$*.pptx
|
||||
|
||||
# Editor / IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Keep the generated demo in this repository
|
||||
!生成demo/
|
||||
!生成demo/**
|
||||
生成demo/**/.DS_Store
|
||||
Reference in New Issue
Block a user