Files
godot-docs/tutorials/best_practices
Jaime Crespo 06dbbeb15e Remove warning on build caused by non-existent pygment
At #10857 a gitignore codeblock was added. Addition seems correct,
but a pygment formatting was defined as:

.. code-block:: gitignore

No such a pygment exists, and although there is an aditional
package that could parse git-related files, we chose to
not add an extra package dependency for building the docs.

Fallback to unixconfig instead.

Closes #10989
2025-06-03 23:23:57 +02:00
..