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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue