feat(gitignore): add additional ignored paths

This commit is contained in:
Oliver Davies 2023-10-18 20:54:36 +02:00
parent 696aa5d617
commit 02774b820b
5 changed files with 30 additions and 0 deletions

View file

@ -7,3 +7,7 @@ node_modules
.env
docker-compose.override.yaml
{% endif %}
{% for path in git.ignore %}
{{ path }}
{% endfor %}