Closed mraible closed 2 months ago
It's better to only include what is added and customized instead of bundling all including the default templates.
OK, I fixed it so it only has my templates now.
$ jar tvf idea-settings.jar
0 Fri Sep 13 08:06:58 MDT 2024 templates/
739159 Fri Sep 13 07:52:30 MDT 2024 templates/Matt Raible_s Shortcuts.xml
A better solution might be to store the XML file in GitHub and, then package into a JAR and attach to a release with GitHub Actions.
Before:
After:
Thanks for the heads up @sivaprasadreddy! I can't help but think it might be better to just include
templates/Matt Raible_s Shortcuts.xml
rather than all the other templates too. What do you think, Siva?