mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
15 lines
380 B
TOML
15 lines
380 B
TOML
[files]
|
|
ignore-dot = true
|
|
ignore-files = true
|
|
extend-exclude = ["themes/", "data/", "static-surprises/", "resources/"]
|
|
|
|
[default]
|
|
binary = false
|
|
# ignore some special identifiers(sha256, mac address, crypto keys, etc)
|
|
extend-ignore-re = [
|
|
"iterm2",
|
|
"iHgEIBYKACAWIQSizQe9ljFEyyclWmtVhZllwnQrSwUCZZ1T9wIdAAAKCRBVhZll", # crypto keys
|
|
"noice", # noice.nvim
|
|
"crypted-nixos",
|
|
]
|