From a8b5daeff0407f3d580b5c49950482421d60a23a Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 7 Jan 2024 15:28:22 +0100 Subject: [PATCH] Watch TOML files too and don't use gitignore to exclude files. --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]