From 655e8ec2c6ad9a4c2a1e7ba0e1ac5f51e2b84e8c Mon Sep 17 00:00:00 2001 From: conzer Date: Wed, 4 Dec 2024 17:43:54 -0500 Subject: [PATCH] add wak.toml --- wak.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wak.toml diff --git a/wak.toml b/wak.toml new file mode 100644 index 0000000..1d9b508 --- /dev/null +++ b/wak.toml @@ -0,0 +1,15 @@ +# https://github.com/iamawatermelo/wakapi-anyide v0.6.8 + +[meta] +version = 1 +watchers = ['files'] + +[files] +include = ["*"] # files to include in tracking +exclude = [] # 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 +# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping + +[project] +name = "Aggressive Avians" # your project name \ No newline at end of file