Rename .air.conf to .air.toml (#17360)
As of https://github.com/cosmtrek/air/pull/90, the preferred file extension is .toml. The file format was always toml itself.
This commit is contained in:
parent
9f3d5c0a23
commit
de61816623
2 changed files with 1 additions and 1 deletions
9
.air.toml
Normal file
9
.air.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
root = "."
|
||||
tmp_dir = ".air"
|
||||
|
||||
[build]
|
||||
cmd = "make backend"
|
||||
bin = "gitea"
|
||||
include_ext = ["go", "tmpl"]
|
||||
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
|
||||
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
|
Loading…
Add table
Add a link
Reference in a new issue