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