wingetautoupdate/.github/cspell.json

29 lines
380 B
JSON
Raw Normal View History

{
"language": "en",
"words": [
2023-10-14 09:33:48 +00:00
"Winget",
"WAU",
"soredake",
2023-10-14 09:33:48 +00:00
"msstore",
"Intune",
"Regkey",
"Romanitho",
"noprofile",
"executionpolicy",
"Notif",
"HKLM",
"MSIX",
"msixbundle"
],
"ignorePaths": [
".github/*",
".git",
".gitignore",
".vscodeignore",
"*.lock",
"*.log",
"*.csv",
"*.txt"
]
2023-10-14 09:33:48 +00:00
}