mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-01-18 14:26:40 +00:00
enhancement(lint): Fix lint errors for wak.toml
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4a04ab71c
commit
6ce8aadebf
1 changed files with 7 additions and 5 deletions
4
wak.toml
4
wak.toml
|
@ -7,7 +7,9 @@ watchers = ['files']
|
||||||
[files]
|
[files]
|
||||||
include = ["*"] # files to include in tracking
|
include = ["*"] # files to include in tracking
|
||||||
exclude = [] # files to exclude in tracking
|
exclude = [] # files to exclude in tracking
|
||||||
exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from 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
|
exclude_binary_files = true # whether to ignore binary files
|
||||||
# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping
|
# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue