Maaack / Godot-Game-Template

Godot template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.
MIT License
304 stars 18 forks source link

Plugin should exclude content outside of `addons/` in repo #40

Closed Maaack closed 1 month ago

Maaack commented 3 months ago

The plugin version of the template ( https://godotengine.org/asset-library/asset/2709 ) currently includes the contents of the entire repo when attempting to install. It should only include the contents of the addons/ directory. All other contents should be excluded by default. Refer to other godot plugins.

Maaack commented 3 months ago

Added the .gitattributes file into the main branch, but the additional parameters that ignore the contents outside of addons/ are currently kept in a separate branch main-plugin that will have it's own tags & releases for the time being.

Maaack commented 1 month ago

Going to close this issue, as it is continued in https://github.com/Maaack/Godot-Game-Template/issues/43