diff --git a/Makefile.toml b/Makefile.toml index 80be8f6..3c885fa 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -41,4 +41,4 @@ args = ["-p", "build"] [tasks.watch] clear = true command = "watchexec" -args = ["-e", ".typ", "makers build"] +args = ["-e", "toml,typ", "--no-vcs-ignore", "makers build"]