QodotPlugin / qodot-plugin

(LEGACY) Quake .map support for Godot 3.x
MIT License
960 stars 70 forks source link

Clearer / more intuitive download setup #59

Closed Shfty closed 4 years ago

Shfty commented 4 years ago

Right now the .gitattributes is making it a bit confusing for users to get their hands on the TrenchBroom plugin and example content, since Clone or download > Download ZIP respects the .gitattributes file and excludes everything except the plugin.

Need to check if there's a more granular way to control this through .gitattributes (ex. "don't include in commit / tagged zips, but do include in branch zips")

If not, need to consider moving some of the content to a different repo. Dependencies and submodule limitations will make this difficult for the example content itself, but it's feasible to move the TB plugin.

Shfty commented 4 years ago

Fixed in the repo split.