Files
jiang13-forum/.gitignore
freefire 9487c8ab02 支持 app.ini 配置与系统服务安装,并优化前端布局与无障碍体验。
引入类 Gitea 的 app.ini、Windows Service/systemd 控制;前端增加侧栏抽屉、回到顶部、标签输入与浮层 a11y。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 14:09:58 +08:00

26 lines
359 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_modules/
/frontend/node_modules/
/frontend/dist/
/embed_static/static/spa/
# Go 编译产物
/dist/
*.exe
# 临时文件
tmp-cookie.txt
# 编辑器 / OS
.idea/
.vscode/
*.swp
Thumbs.db
.DS_Store