mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
9 lines
266 B
TOML
9 lines
266 B
TOML
# Config file for [Air](https://github.com/cosmtrek/air) in TOML format
|
|
|
|
# Working directory
|
|
# . or absolute path, please note that the directories following must be under root.
|
|
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
exclude_dir = ["assets", "tmp", "vendor", "website"] |