mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
- 添加 docs 目录到 .gitignore 忽略列表 - 修复统计脚本 URL 协议为 HTTPS - 更新构建时间戳并新增 Windows 可执行文件构建脚本 - 重构服务端静态资源处理逻辑,支持 Bun 自动嵌入 - 改进 SPA 路由 fallback 机制 - 优化局域网 IP 获取函数变量声明 - 完善 Content-Type 响应头设置 - 移除冗余代码注释,提升可读性
28 lines
278 B
Plaintext
28 lines
278 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
CLAUDE.md
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
docs
|
|
|
|
# Editor directories and files
|
|
.claude/*
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|