mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
- 删除 subchart image block,使用 Bitnami 默认版本 - 移除 Ingress cert-manager annotation,消除双重签发 - 清空默认明文密码,改为空字符串 - 排除 tgz 进 git,CI 添加 helm dependency build - checksum 改为模板级渲染,修复文件末尾换行 - sentinel default 3,列表生成改用 append+join - 添加 externalRedis.sentinel.password 字段 - README 补充 existingSecret key 清单 - CI 添加 kubeconform -strict 校验 - RedissonConfig 添加注释,补充空密码测试用例 Signed-off-by: jangrui <admin@jangrui.com>
91 lines
1 KiB
Text
91 lines
1 KiB
Text
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors / IDEs / local tooling
|
|
.claude/
|
|
.codex/
|
|
.idea/
|
|
.omc
|
|
.vscode/
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
*.iml
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment / local config
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
.dev/
|
|
.memory/
|
|
*.local.json
|
|
|
|
# Java / Spring Boot
|
|
.gradle/
|
|
build/
|
|
out/
|
|
target/
|
|
*.class
|
|
*.ear
|
|
*.jar
|
|
*.war
|
|
|
|
# Keep wrapper binaries/config in VCS
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
!mvnw
|
|
!mvnw.cmd
|
|
|
|
# Frontend / Node.js
|
|
.cache/
|
|
.eslintcache
|
|
.parcel-cache/
|
|
.vite/
|
|
coverage/
|
|
dist/
|
|
node_modules/
|
|
*.tsbuildinfo
|
|
package-lock.json
|
|
|
|
# Playwright
|
|
**/.playwright/
|
|
**/playwright-report/
|
|
**/test-results/
|
|
.playwright-mcp/
|
|
|
|
# Python / temporary files
|
|
*.py[cod]
|
|
.tmp/
|
|
tmp/
|
|
__pycache__/
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Superpowers (AI planning artifacts)
|
|
.superpowers/
|
|
docs/agents/
|
|
docs/prds/
|
|
docs/requirements/
|
|
docs/review/
|
|
docs/superpowers/
|
|
|
|
# Local workspace metadata
|
|
CLAUDE.md
|
|
|
|
# Helm chart dependencies
|
|
charts/skillhub/charts/*.tgz
|
|
|
|
# Local config file
|
|
.mcp.json
|