mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 21:52:27 +00:00
16 lines
284 B
TOML
16 lines
284 B
TOML
# Files for typos
|
|
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
|
|
|
|
[default.extend-identifiers]
|
|
|
|
[default.extend-words]
|
|
NIN="NIN"
|
|
parms="parms"
|
|
nin="nin"
|
|
extention="extention" # Intentionally left
|
|
nd="nd"
|
|
|
|
|
|
[files]
|
|
extend-exclude = ["_typos.toml"]
|