【HELP】Can anyone explain the plugin-packge's size? #58

Closed
opened 2026-02-22 17:17:00 -05:00 by yindo · 1 comment
Owner

Originally created by @hztBUAA on GitHub (Jun 4, 2025).

Image
This is the same plugin, the size of the plugin packge seems to double compared to the previous package file?
Is it alright? Or I do something wrong?
Would the difypkg contains the history so that its size can double?

Originally created by @hztBUAA on GitHub (Jun 4, 2025). ![Image](https://github.com/user-attachments/assets/7cf76c97-7c24-473c-9802-bc19223d2b31) This is the same plugin, the size of the plugin packge seems to double compared to the previous package file? Is it alright? Or I do something wrong? Would the difypkg contains the history so that its size can double?
yindo closed this issue 2026-02-22 17:17:00 -05:00
Author
Owner

@jingfelix commented on GitHub (Jun 18, 2025):

Aha, I think I’ve figured out the reason.
.difyignore doesn’t exclude .difypkg files by default, so each time you package, it includes the previously generated difypkg file.
To fix it, you can add the following line to your .difyignore:

*.difypkg
@jingfelix commented on GitHub (Jun 18, 2025): Aha, I think I’ve figured out the reason. `.difyignore` doesn’t exclude `.difypkg` files by default, so each time you package, it includes the previously generated `difypkg` file. To fix it, you can add the following line to your `.difyignore`: ``` *.difypkg ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#58