Skip to content

Commit 6538867

Browse files
authored
chore: reduce list of watched files by air (#1025)
1 parent 8e7e596 commit 6538867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.air.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ full_bin = "make server"
1515
# Watch these filename extensions.
1616
include_ext = ["go", "tpl", "tmpl", "html"]
1717
# Ignore these filename extensions or directories.
18-
exclude_dir = ["assets", "tmp", "vendor", "node_modules", "webapp", "examples", "third_party", "coverage", "benchmark", "cypress"]
18+
exclude_dir = ["packages", "hacks", "monitoring", "assets", "tmp", "vendor", "node_modules", "webapp", "examples", "third_party", "coverage", "benchmark", "cypress"]
1919
# Watch these directories if you specified.
2020
include_dir = []
2121
# Exclude files.

0 commit comments

Comments
 (0)