ChonkyStation/zep/.zep/project.cfg
2022-07-07 16:42:31 +02:00

29 lines
301 B
INI

[search]
ignore = [
"*[Bb]uild/*",
"**/[Oo]bj/**",
"**/[Bb]in/**",
"*[Bb]uilt*",
"*.git",
"**/googletest/**",
"**/sdl*/**",
"**/glm/**",
"**/freetype/**",
"**/imgui/**"
]
include = [
"*.cpp",
"*.cs",
"*.c",
"*.lsp",
"*.scm",
"*.js",
"*.h",
"*.hpp",
"*.txt",
"*.cmake",
"*.orca",
"*.cfg"
]