mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
29 lines
301 B
INI
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"
|
|
]
|