Files
dify-plugin-sdks/.gitignore
Harry a9b6abf9fc refactor: update trigger and event terminology across the codebase
- 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.
2025-09-30 20:10:16 +08:00

16 lines
129 B
Plaintext

# IDE
.idea
# secret keys
**/*.pem
**/*.key
**/*.secret
**/*.token
**/*.pub
# dify plugins
**/*.difypkg
.vscode/
**/.DS_Store