Files
jiang13-forum/.gitignore
freefire b27289bbea 开源准备:重写 README 展示 UI/UX,更新模块路径
- 新增界面截图与 CONTRIBUTING.md
- README 以三栏布局、暗色主题、移动端等视觉亮点为主
- go module 迁移至 git.iioio.com/freefire/jiang13-forum

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 21:15:51 +08:00

22 lines
280 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/
# 前端依赖与构建缓存
/node_modules/
/frontend/node_modules/
/frontend/dist/
# Go 编译产物
/dist/
*.exe
# 临时文件
tmp-cookie.txt
# 编辑器 / OS
.idea/
.vscode/
*.swp
Thumbs.db
.DS_Store