mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
18 lines
230 B
Twig
18 lines
230 B
Twig
# {{ managedText | raw }}
|
|
|
|
node_modules
|
|
|
|
{% if flake is not defined %}
|
|
# Docker.
|
|
.env
|
|
docker-compose.override.yaml
|
|
{% endif %}
|
|
|
|
{% if flake is defined %}
|
|
.dir-env/
|
|
{% endif %}
|
|
|
|
{% for path in git.ignore %}
|
|
{{ path }}
|
|
{% endfor %}
|