air: thoroughly ignore node_modules [skip ci]

This commit is contained in:
leo 2023-04-20 13:17:39 +02:00
parent 798f245b40
commit 8bcb133c14
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -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 = ""