mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
a9b6abf9fc
- Renamed classes and methods related to triggers to use "Event" terminology for consistency and clarity. - Updated the PluginExecutor, PluginRegistration, and TriggerFactory to reflect the new event handling structure. - Adjusted YAML configurations and example implementations to align with the new event definitions. - Enhanced the .gitignore file to include .DS_Store and ensure cleaner project management. These changes improve the overall coherence of the codebase and enhance the clarity of event-driven functionality.
16 lines
129 B
Plaintext
16 lines
129 B
Plaintext
# IDE
|
|
.idea
|
|
|
|
# secret keys
|
|
**/*.pem
|
|
**/*.key
|
|
**/*.secret
|
|
**/*.token
|
|
**/*.pub
|
|
|
|
# dify plugins
|
|
**/*.difypkg
|
|
|
|
.vscode/
|
|
|
|
**/.DS_Store |