Bauke/cv
Bauke
/
cv
1
Fork 0

Watch TOML files too and don't use gitignore to exclude files.

This commit is contained in:
Bauke 2024-01-07 15:28:22 +01:00
parent f0167c0e64
commit a8b5daeff0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

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