mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
4 lines
191 B
Plaintext
4 lines
191 B
Plaintext
These files are currently implemented in the project:
|
|
{% for file in state.files %}
|
|
* `{{ file.path }}{% if file.meta.get("description") %}: {{file.meta.description}}{% endif %}`
|
|
{% endfor %} |