Files
jiang13-forum/.gitignore
freefire 58b94df50c chore: 主题改媒体查询并清理未挂载 API
去掉 head 防闪脚本;删除论坛 JSON CRUD 与 crawler,仅保留机器入口;用户向文档对齐 SSR。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 05:10:23 +08:00

31 lines
456 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/
*.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