build-configs/templates/php/sculpin/.gitignore.twig

13 lines
139 B
Twig
Raw Normal View History

# {{ managedText|raw }}
/output_*/
/vendor/
{% if isFlake %}
/.direnv/
{% endif %}
{% for path in git.ignore %}
{{ path }}
{% endfor %}