summaryrefslogtreecommitdiffstats
path: root/.air.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add more test directory to exclude dir of air, remove watching templates ↵Lunny Xiao2022-12-271-2/+2
| | | | | | | | | | | | | | from air include dir because gitea has internal mechanism (#22246) Since #20218 introduced internal watching template, template watching should be removed from `air`. This will prevent restart the whole server once the template files changed to speed up developing when using `make watch`. To ensure `make watch` will reuse template watching, this PR introduced a new ENV `GITEA_RUN_MODE` to make sure `make watch` will always run in a dev mode of Gitea so that template watching will open. This PR also added more exclude testdata directories.
* Fix `make watch` for generated files (#20794)Gusted2022-08-141-1/+1
| | | | - Don't rebuild the binary when generated files are updated, which is the case by-default when running `make watch`.
* Exclude from watching tests (#17744)Gusted2021-11-221-0/+1
|
* Rename .air.conf to .air.toml (#17360)silverwind2021-10-201-0/+9
As of https://github.com/cosmtrek/air/pull/90, the preferred file extension is .toml. The file format was always toml itself.