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

18 lines
230 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 %}
2023-10-19 20:48:40 +00:00
{% if flake is defined %}
.dir-env/
{% endif %}
{% for path in git.ignore %}
{{ path }}
{% endfor %}