Files
GodotHelpers/cspell.json

76 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2026-04-10 18:59:27 -04:00
{
"files": [
"**/*.*"
],
"ignorePaths": [
"**/*.tscn",
"**/*.import",
"**/badges/**/*.*",
"**/coverage/**/*.*",
"**/.godot/**/*.*",
"**/obj/**/*.*",
"**/bin/**/*.*",
"**/nupkg/**/*.*"
],
"words": [
2026-04-10 20:41:00 -04:00
"Aabb",
2026-04-10 18:59:27 -04:00
"assemblyfilters",
"automerge",
"branchcoverage",
"brandedoutcast",
"buildtransitive",
"camelcase",
"chickenpackage",
"Chickensoft",
"classfilters",
"contentfiles",
"CYGWIN",
"devbuild",
"endregion",
"Finalizer",
"Finalizers",
"gitea",
2026-04-10 18:59:27 -04:00
"globaltool",
"godotengine",
"godotpackage",
"issuecomment",
"justalemon",
"Kisner",
2026-04-10 18:59:27 -04:00
"lcov",
2026-04-10 20:41:00 -04:00
"Lerp",
2026-04-10 18:59:27 -04:00
"lihop",
"linecoverage",
2026-04-10 20:41:00 -04:00
"Mathf",
2026-04-10 18:59:27 -04:00
"methodcoverage",
"missingall",
"msbuild",
"MSYS",
"nameof",
"Nerdbank",
"netstandard",
"NOLOGO",
"nupkg",
"Omnisharp",
"opencover",
"OPTOUT",
"paramref",
"pascalcase",
"Postinitialize",
"Predelete",
"renovatebot",
"reportgenerator",
"reporttypes",
"Shouldly",
"subfolders",
"targetargs",
"targetdir",
"tscn",
"typeof",
"typeparam",
"typeparamref",
"ulong",
"Unparented",
"Xunit"
]
2026-04-10 20:41:00 -04:00
}