mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
16 lines
438 B
TOML
16 lines
438 B
TOML
# https://github.com/iamawatermelo/wakapi-anyide v0.4.1
|
|
|
|
[meta]
|
|
version = 1
|
|
|
|
[files]
|
|
include = ["*"] # files to include in tracking
|
|
exclude = ["/node_modules", ".gits"] # files to exclude in tracking
|
|
exclude_files = [
|
|
".gitignore",
|
|
".wakaignore",
|
|
] # files whose contents will be used to exclude other files from tracking
|
|
exclude_binary_files = true # whether to ignore binary files
|
|
|
|
[project]
|
|
name = "slack-zeon" # your project name
|