mirror of
https://github.com/okx/agent-skills.git
synced 2026-09-14 13:28:20 +08:00
cf35b0faf3
The Skills Marketplace upload scripts (scripts/upload_local.sh, skills_sync.sh) are internal tooling and must not be committed to GitLab or reach the GitHub mirror. Ignore /scripts/ and /dist/ so they stay local-only while remaining runnable on disk. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
35 lines
441 B
Plaintext
35 lines
441 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.claude/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS-generated files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Local-only Skills Marketplace upload tooling — never committed or mirrored
|
|
# (kept on disk to run; .env.example template lives under scripts/)
|
|
/scripts/
|
|
/dist/
|
|
|