Initial commit (code only without large binaries)

This commit is contained in:
robin
2026-02-15 18:58:44 +08:00
commit 35df75498f
9442 changed files with 1495866 additions and 0 deletions

40
EdgeAPI/.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# 编译产物
main
edge-api
*.exe
*.dll
*.so
*.dylib
# 构建目录
dist/
build/
# 测试文件
*.test
*.out
# IDE 文件
.idea/
.vscode/
*.swp
*.swo
*~
# 日志文件
*.log
logs/
# 临时文件
*.tmp
.DS_Store
# Runtime Data
data/
configs/api.yaml
configs/db.yaml
db.yaml
db.yaml.link.bak
# Build Artifacts
bin/