Commit Graph

3 Commits (d084ce306aabd99ee4d63934984544ee61760b27)

Author SHA1 Message Date
Gusted 293544587c
Fix `make watch` for generated files ()
- Don't rebuild the binary when generated files are updated, which is the
case by-default when running `make watch`.
Gusted 58ff86ed4d
Exclude from watching tests ()
silverwind de61816623
Rename .air.conf to .air.toml ()
As of https://github.com/cosmtrek/air/pull/90, the preferred file
extension is .toml. The file format was always toml itself.