mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
21 lines
247 B
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 %}
|