-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.json
More file actions
50 lines (50 loc) · 833 Bytes
/
cspell.json
File metadata and controls
50 lines (50 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
// https://cspell.org/
"version": "0.2",
"ignorePaths": [
"/cspell.json",
"/bin/**",
"/build/**",
"**/build/**", // 하위 경로의 build까지 무시
"**/cmake-build-*/**", // CLion 등
"/.vscode/**",
"/.idea/**",
"/.gitignore",
"/CMakePresets.json",
"CMakeLists.txt",
"/toolchain.cmake",
"**/out/**",
"**/_build/**",
"/compile_commands.json"
],
"words": [
"advapi",
"clangd",
"combi",
"cppwinrt",
"ctest",
"endlocal",
"errorlevel",
"gdwarf",
"gtest",
"imsvc",
"libpath",
"MSVC",
"msvcrtd",
"oldnames",
"PCCE",
"penv",
"popd",
"Prac",
"pushd",
"setlocal",
"ucrt",
"usebackq",
"Werror",
"winrt",
"WINSDK",
"SonarQube"
],
"ignoreWords": [],
"import": []
}