Clean project
godot_cleanRemove generated artifacts from a Godot project: .godot cache, .import folder, and optionally the export directory.
Instructions
Remove generated artifacts: the .godot cache, legacy .import folder, and optionally the export/ output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Path to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory. | |
| include_exports | No | Also delete the export/ directory. |