build-configs/templates/fractal/.gitignore.twig

14 lines
181 B
Twig
Raw Normal View History

# {{ managedText | raw }}
node_modules
{% if flake is not defined %}
2023-10-08 16:38:09 +00:00
# Docker.
.env
docker-compose.override.yaml
{% endif %}
{% for path in git.ignore %}
{{ path }}
{% endfor %}