Adds .env file to air config and cleans on exit

This commit is contained in:
Dennis Schoepf 2024-04-26 20:23:28 +02:00
parent 17a2166cd4
commit 7994fe733a

View file

@ -14,7 +14,7 @@ tmp_dir = ".tmp"
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_ext = ["go", "tpl", "tmpl", "html", "env"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"
@ -39,7 +39,7 @@ tmp_dir = ".tmp"
time = false
[misc]
clean_on_exit = false
clean_on_exit = true
[screen]
clear_on_rebuild = false