Moving to ccls !

This commit is contained in:
Ulysse Cura 2026-07-16 22:39:35 +02:00
parent a8cfa29cbc
commit 67661f5beb
3 changed files with 6 additions and 12 deletions

5
.ccls Normal file
View File

@ -0,0 +1,5 @@
# Headers
-Isrc/headers
-Isrc/ecs/headers
-Isrc/ecs/components/headers
-Icore/src/headers

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.ccls-cache
build build
core core

View File

@ -1,12 +0,0 @@
{
"configurations": [
{
"name": "Default",
"includePath": [
"src/**/headers",
"core/src/headers"
]
}
],
"version": 4
}