gitextract_17kfx187/ ├── .gitattributes ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── static_checks.yml ├── .gitignore ├── LICENSE ├── README.md ├── addons/ │ └── godot-plugin-refresher/ │ ├── LICENSE │ ├── plugin.cfg │ ├── plugin_refresher.gd │ ├── plugin_refresher.tscn │ └── plugin_refresher_plugin.gd ├── file_format.sh ├── icon.png.import └── project.godot