Files
sharelink/.gitignore
T
shirainbown 173a2575fb
CI / ci (push) Has been cancelled
chore: 公开发布准备 - 脱敏与规范对齐
- 截图敏感信息打码(测试邮箱、内网 IP)
- plugin.yaml 地址改为 GitHub,author 对齐 GitHub 账号,补 version 占位
- 新增 GitHub Actions(halo-sigs plugin-ci/cd 工作流)与 .editorconfig
- console 前端产物纳入仓库(CI skip-node-setup)
- AGENTS.md 移出公开仓库(保留本地)
- README 增加安装说明
2026-08-03 00:32:48 +08:00

29 lines
437 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ---- Gradle ----
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# ---- 前端(ui ----
node_modules/
ui/node_modules/
# console 产物提交进仓库(CI skip-node-setup),由 `pnpm -C ui build` 更新,勿手改
# ---- 内部文档(不进公开仓库) ----
AGENTS.md
# ---- IDE ----
.idea/
*.iml
.vscode/
.classpath
.project
.settings/
bin/
# ---- 系统 ----
.DS_Store
# ---- 本地临时 ----
workplace/
*.log