搭建代码框架并更新文档

This commit is contained in:
huanglinhuan
2025-12-11 22:58:25 +08:00
parent 38d519c220
commit 96fecf3c6f
93 changed files with 4924 additions and 10 deletions

63
.gitignore vendored Normal file
View File

@@ -0,0 +1,63 @@
# Build directories
build/
out/
bin/
lib/
*.exe
*.dll
*.so
*.dylib
*.a
*.lib
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt
# IDE
.vs/
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Android
*.apk
*.ap_
*.dex
*.class
local.properties
.gradle/
build/
.idea/
*.iml
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Dependencies
third_party/
external/
vcpkg_installed/
# Logs
*.log
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# FlatBuffers generated files (optional, if you want to track them)
# *.generated.h
# *.generated.cpp