mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
Sort .gitignore paths
This commit is contained in:
parent
3d0a8215f9
commit
98650ac11c
4 changed files with 4 additions and 4 deletions
|
@ -48,6 +48,6 @@ terraform.rc
|
|||
.dir-env/
|
||||
{% endif %}
|
||||
|
||||
{% for path in git.ignore %}
|
||||
{% for path in git.ignore|default([])|sort %}
|
||||
{{ path }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue