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

21 lines
247 B
Twig
Raw Normal View History

2023-09-24 20:47:45 +00:00
# {{ managedText | raw }}
.astro
.direnv
.env
.env.production
dist
node_modules
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-10-19 20:48:40 +00:00
{% if flake is defined %}
.dir-env/
{% endif %}
{% for path in git.ignore %}
{{ path }}
{% endfor %}