air: thoroughly ignore node_modules [skip ci]
This commit is contained in:
parent
798f245b40
commit
8bcb133c14
@ -9,7 +9,7 @@ tmp_dir = "tmp"
|
||||
delay = 0
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "node_modules", "static"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_regex = ["_test.go", "node_modules/*"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
|
Loading…
Reference in New Issue
Block a user