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