diff --git a/.gitattributes b/.gitattributes index b46c331..58c9187 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,22 +2,7 @@ * text=auto eol=lf # Only include the addons folder when downloading from the Asset Library. -.gdlintrc export-ignore -.gitattributes export-ignore -.github/ export-ignore -.gitignore export-ignore -.runsettings export-ignore -.runsettings-ci export-ignore -CREDITS.md export-ignore -LICENSE export-ignore -README.md export-ignore -icon.jpg export-ignore -icon.jpg.import export-ignore -example export-ignore -plugin-updater.json export-ignore -project.godot export-ignore -scripts/ export-ignore -test/ export-ignore - -addons/gdUnit4 export-ignore -addons/plugin_updater export-ignore +/** export-ignore +/addons !export-ignore +/addons/playlists !export-ignore +/addons/playlists/** !export-ignore diff --git a/addons/plugin_updater/core/plugin-updater.json b/addons/plugin_updater/core/plugin-updater.json new file mode 100644 index 0000000..7a1debe --- /dev/null +++ b/addons/plugin_updater/core/plugin-updater.json @@ -0,0 +1,6 @@ +{ + "plugin_name": "plugin_updater", + "secs_before_check_for_update": 5, + "github_repo": "myyk/godot-plugin-updater", + "editor_plugin_meta": "PluginUpdaterEditorPlugin" +} diff --git a/addons/plugin_updater/generated/updater/plugin-updater.json b/addons/plugin_updater/generated/updater/plugin-updater.json new file mode 100644 index 0000000..7a1debe --- /dev/null +++ b/addons/plugin_updater/generated/updater/plugin-updater.json @@ -0,0 +1,6 @@ +{ + "plugin_name": "plugin_updater", + "secs_before_check_for_update": 5, + "github_repo": "myyk/godot-plugin-updater", + "editor_plugin_meta": "PluginUpdaterEditorPlugin" +}