From fcb427311f40090d1c173789371d6ec824e90403 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:15:19 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for wak.toml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- wak.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wak.toml b/wak.toml index b21609f..ea86d20 100644 --- a/wak.toml +++ b/wak.toml @@ -8,7 +8,7 @@ include = ["*"] # files to include in tracking exclude = ["/node_modules", ".gits"] # files to exclude in tracking exclude_files = [ ".gitignore", - ".wakaignore" + ".wakaignore", ] # files whose contents will be used to exclude other files from tracking exclude_binary_files = true # whether to ignore binary files