Files
bigwo/test2/.gitignore
2026-03-12 12:47:56 +08:00

17 lines
190 B
Plaintext

# 依赖
node_modules/
# 构建产物
client/dist/
# 环境变量(含密钥,手动配置)
server/.env
# 日志
*.log
server/fc_chunks_debug.json
# 系统文件
.DS_Store
Thumbs.db