tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.79k stars 51 forks source link

Add Godot4.x support #103

Closed anosatsuk124 closed 10 months ago

anosatsuk124 commented 11 months ago

I've implemented a Godot 4.x support for this program.

tbillington commented 11 months ago

Hey! thank you for this @anosatsuk124

I have used Godot a little recently, and I know that there are some things stored in .godot that are not exactly just build artifacts, such as export_credentials.cfg and extension_list.cfg. I don't know if there may be more so I might do some research to see if there are any others before I merge Godot support :)

anosatsuk124 commented 11 months ago

I've overlooked the files that are not build artifacts 😨. I always delete them without cares. Thanks for your (@tbillington ) information! I'll check some files, and will commit additionally if possible!

tbillington commented 10 months ago

I checked in the godot engine chat, seems like it's actually fine and common to nuke the whole .godot directory.

https://chat.godotengine.org/channel/general

tbillington commented 10 months ago

Thank you for your contribution :)