[PR #367] [MERGED] fix: prevent duplicate packaging #473

Closed
opened 2026-02-16 01:16:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/367
Author: @jingfelix
Created: 6/26/2025
Status: Merged
Merged: 6/26/2025
Merged by: @Yeuoly

Base: mainHead: fix-difyignore


📝 Commits (1)

  • 7d500b1 fix: prevent duplicate packaging

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 cmd/commandline/plugin/templates/python/.difyignore (+5 -0)

📄 Description

Description

Prevent packaging repetitively.

fixes: https://github.com/langgenius/dify-plugins/issues/612
fixes: https://github.com/langgenius/dify-plugins/issues/234

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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/langgenius/dify-plugin-daemon/pull/367 **Author:** [@jingfelix](https://github.com/jingfelix) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix-difyignore` --- ### 📝 Commits (1) - [`7d500b1`](https://github.com/langgenius/dify-plugin-daemon/commit/7d500b18685e25803aabeada90d95e367e37dec5) fix: prevent duplicate packaging ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin/templates/python/.difyignore` (+5 -0) </details> ### 📄 Description ## Description Prevent packaging repetitively. fixes: https://github.com/langgenius/dify-plugins/issues/612 fixes: https://github.com/langgenius/dify-plugins/issues/234 ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [x] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [x] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:04 -05:00
yindo closed this issue 2026-02-16 01:16:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#473