add wak.toml
This commit is contained in:
parent
cb25e93c62
commit
655e8ec2c6
1 changed files with 15 additions and 0 deletions
15
wak.toml
Normal file
15
wak.toml
Normal file
|
@ -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
|
Loading…
Reference in a new issue