mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-02-02 04:33:38 +00:00
Saahil
3a53f6f7b8
<!-- hint: follow the conventional commits look at CONTRIBUTING.md make sure this repo would take a PR. --> done --------- Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
17 lines
501 B
TOML
17 lines
501 B
TOML
# https://github.com/iamawatermelo/wakapi-anyide v0.6.7
|
|
|
|
[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 = "saahild.com" # your project name
|