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

21 lines
247 B
Twig

# {{ managedText | raw }}
.astro
.direnv
.env
.env.production
dist
node_modules
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
{% if flake is defined %}
.dir-env/
{% endif %}
{% for path in git.ignore %}
{{ path }}
{% endfor %}