21 lines
471 B
TOML
21 lines
471 B
TOML
[files]
|
|
extend-exclude = [
|
|
"**/secret",
|
|
"**/value",
|
|
"**.rev",
|
|
"**/facter-report.nix",
|
|
"Chapters/Zusammenfassung.tex",
|
|
"**/key.json",
|
|
"pkgs/clan-cli/clan_lib/machines/test_suggestions.py",
|
|
]
|
|
|
|
[default.extend-words]
|
|
facter = "facter"
|
|
metalness = "metalness" # would be corrected to metallicity, not sure which one's preferred
|
|
hda = "hda" # snd_hda_intel
|
|
dynamicdns = "dynamicdns"
|
|
substituters = "substituters"
|
|
|
|
[default.extend-identifiers]
|
|
pn = "pn"
|