mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 18:35:19 +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
ee839f2b89
commit
5e7ee068f1
1 changed files with 7 additions and 5 deletions
12
wak.toml
12
wak.toml
|
|
@ -4,10 +4,12 @@
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
include = ["*"] # files to include in tracking
|
include = ["*"] # files to include in tracking
|
||||||
exclude = ["/node_modules"] # files to exclude 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_files = [
|
||||||
exclude_binary_files = true # whether to ignore binary files
|
".gitignore",
|
||||||
|
] # files whose contents will be used to exclude other files from tracking
|
||||||
|
exclude_binary_files = true # whether to ignore binary files
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "slack-zeon" # your project name
|
name = "slack-zeon" # your project name
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue