mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-07-06 04:12:22 -04:00
d64d18a8d0
Running `codespell` directly in a terminal at the project root now acts identical to CI, making local runs faster and easier. This also removes the redundant `codespell-ignore-lines.txt` which had no effect anymore, as the original image it was referencing was renamed or removed. Some redundant ignore entries were also removed.