ignore future website directory
This commit is contained in:
parent
68be501154
commit
54c05b42c9
|
@ -9,7 +9,7 @@ tmp_dir = "tmp"
|
||||||
bin = "./tmp/willow"
|
bin = "./tmp/willow"
|
||||||
cmd = "go build -o ./tmp/willow ./cmd"
|
cmd = "go build -o ./tmp/willow ./cmd"
|
||||||
delay = 1000
|
delay = 1000
|
||||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "data"]
|
exclude_dir = ["assets", "tmp", "vendor", "testdata", "data", "website"]
|
||||||
exclude_file = []
|
exclude_file = []
|
||||||
exclude_regex = ["_test.go"]
|
exclude_regex = ["_test.go"]
|
||||||
exclude_unchanged = false
|
exclude_unchanged = false
|
||||||
|
|
Loading…
Reference in New Issue