Files
jiang13-forum/.gitignore
freefire e1c1708715 初始提交:姜十三论坛 Jiang13 Forum
轻量自用论坛,Go 单二进制 + React SPA 内嵌 + SQLite。

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

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