mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 15:18:22 +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
2544799134
commit
fcb427311f
1 changed files with 1 additions and 1 deletions
2
wak.toml
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue