Files
jiang13-forum/.gitignore
freefire 3f50316ad0 fix: 完成 Gitea 目录改组收尾(import、构建与 LICENSE)
同步包路径与路由,去掉 SPA 构建步骤,对齐 Gitea 式 LICENSE,并更新规格/规则与占位 SSR。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-29 04:01:20 +08:00

32 lines
463 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 运行时数据数据库、JWT 密钥、日志、头像)
/data/
# 本地配置(保留 app.ini.example
/app.ini
# Node / 构建缓存
/node_modules/
/web_src/node_modules/
.vite/
*.tsbuildinfo
# Go 编译产物(统一进 dist/;勿把二进制扔在仓库根目录)
/dist/
*.exe
/jiang13
/jiang13-*
!/cmd/jiang13/
# 临时文件
tmp-cookie.txt
*-err.txt
*-out.txt
# 编辑器 / AI 草稿 / OS
.idea/
.vscode/
.trae/
*.swp
Thumbs.db
.DS_Store