Files
shaolong.wang cf35b0faf3 chore: gitignore local-only skills-upload tooling (scripts/, dist/)
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>
2026-06-04 15:53:09 +08:00

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/