mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
13 lines
156 B
Twig
13 lines
156 B
Twig
# {{ managedText|raw }}
|
|
|
|
/output_*/
|
|
/vendor/
|
|
|
|
{% if isFlake %}
|
|
/.direnv/
|
|
{% endif %}
|
|
|
|
{% for path in git.ignore|default([])|sort %}
|
|
{{ path }}
|
|
{% endfor %}
|