Files
waf-platform/EdgeAPI/.gitignore
2026-02-19 22:42:09 +08:00

40 lines
315 B
Plaintext

# 编译产物
main
edge-api
*.exe
*.dll
*.so
*.dylib
# 构建目录
dist/*
# 测试文件
*.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/