Files
Hightube/.gitignore

12 lines
110 B
Plaintext

# 编译产物
/server
*.exe
*.out
# 依赖库
/vendor/
# 编辑器与系统生成
.idea/
.vscode/
.DS_Store