Adds .env file to air config and cleans on exit
This commit is contained in:
parent
17a2166cd4
commit
7994fe733a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue