diff --git a/wak.toml b/wak.toml index b2c9303..be6fffd 100644 --- a/wak.toml +++ b/wak.toml @@ -4,10 +4,12 @@ version = 1 [files] -include = ["*"] # files to include in tracking -exclude = ["/node_modules"] # files to exclude in tracking -exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking -exclude_binary_files = true # whether to ignore binary files +include = ["*"] # files to include in tracking +exclude = ["/node_modules"] # files to exclude in tracking +exclude_files = [ + ".gitignore", +] # files whose contents will be used to exclude other files from tracking +exclude_binary_files = true # whether to ignore binary files [project] -name = "slack-zeon" # your project name \ No newline at end of file +name = "slack-zeon" # your project name