[PR #784] [MERGED] chore: add ui/dist/.gitkeep file #1038

Closed
opened 2026-03-03 01:07:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/784
Author: @PBK-B
Created: 6/11/2025
Status: Merged
Merged: 6/14/2025
Merged by: @fudiwei

Base: mainHead: bin/chore_add_gitkeep


📝 Commits (1)

  • 261b3a8 chore: add ui/dist/.gitkeep file

📊 Changes

3 files changed (+4 additions, -0 deletions)

View changed files

📝 CONTRIBUTING.md (+2 -0)
📝 CONTRIBUTING_EN.md (+2 -0)
ui/dist/.gitkeep (+0 -0)

📄 Description

问题

参考贡献相关文档 CONTRIBUTING.md
新 clone 仓库再直接执行 go run main.go serve 会报错 ui/embed.go:10:12: pattern all:dist: no matching files found

方案

ui/dist 文件夹添加 .gitkeep 以保持 git 跟踪此文件夹,可以避免仅启动后端调试时未编译前端会无法启动

TBR; @fudiwei @usual2970


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/784 **Author:** [@PBK-B](https://github.com/PBK-B) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/14/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `bin/chore_add_gitkeep` --- ### 📝 Commits (1) - [`261b3a8`](https://github.com/certimate-go/certimate/commit/261b3a85460bf3b1f91b0513aa1a09708d7809c7) chore: add ui/dist/.gitkeep file ### 📊 Changes **3 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+2 -0) 📝 `CONTRIBUTING_EN.md` (+2 -0) ➕ `ui/dist/.gitkeep` (+0 -0) </details> ### 📄 Description # 问题 参考贡献相关文档 [CONTRIBUTING.md](https://github.com/usual2970/certimate/blob/main/CONTRIBUTING.md#%E4%BF%AE%E6%94%B9-go-%E4%BB%A3%E7%A0%81) 新 clone 仓库再直接执行 `go run main.go serve` 会报错 `ui/embed.go:10:12: pattern all:dist: no matching files found` # 方案 为 `ui/dist` 文件夹添加 `.gitkeep` 以保持 git 跟踪此文件夹,可以避免仅启动后端调试时未编译前端会无法启动 TBR; @fudiwei @usual2970 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1038
No description provided.