mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
feat(flake): ignore .direnv by default
This commit is contained in:
parent
02774b820b
commit
7c95164fee
4 changed files with 16 additions and 0 deletions
|
@ -44,6 +44,10 @@ terraform.rc
|
|||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/terraform
|
||||
|
||||
{% if flake is defined %}
|
||||
.dir-env/
|
||||
{% endif %}
|
||||
|
||||
{% for path in git.ignore %}
|
||||
{{ path }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue