2024-07-27 11:27:52 +00:00
|
|
|
# Never use CMAKE in production
|
|
|
|
CMakeLists.txt
|
|
|
|
cmake-build-debug/
|
|
|
|
# Output of build system
|
|
|
|
built/
|
|
|
|
# This is a compilated build system script
|
|
|
|
building/main
|
|
|
|
building/*.png
|
|
|
|
building/*.svg
|
|
|
|
|
|
|
|
.idea/
|
2024-08-05 00:37:56 +00:00
|
|
|
compile_commands.json
|
|
|
|
local.sh
|
2024-08-15 21:06:35 +00:00
|
|
|
|
|
|
|
iu9-ca-web-chat.db
|
2024-08-19 16:25:21 +00:00
|
|
|
log/
|
2024-08-25 12:27:48 +00:00
|
|
|
core
|
|
|
|
|
2024-08-29 17:46:29 +00:00
|
|
|
config/example.json
|