Initial commit

This commit is contained in:
2026-06-30 15:14:37 +08:00
commit 15dab96872
311 changed files with 95639 additions and 0 deletions
+66
View File
@@ -0,0 +1,66 @@
# 编译产物
meshray.exe
meshray
*.exe
*.exe~
*.dll
*.so
*.dylib
# 测试文件
*.test
*.out
# Go 工作区文件
go.work
# 依赖目录
vendor/
# 前端
node_modules/
dist/
.DS_Store
# 日志文件
data/logs/
*.log
# 数据库
data/*.db
data/*.db-journal
# 配置文件(包含敏感信息)
config.yaml
*.pem
*.key
# IDE 配置
.idea/
.vscode/
*.swp
*.swo
*~
# AI 工具配置
.claude/
.codebuddy/
.memo/
.lingma/
# 临时文件
tmp/
temp/
*.tmp
*.bak
*.resolved
# 备份文件
data/backups/
# 系统文件
Thumbs.db
.DS_Store
# 构建输出目录
build/