29 lines
418 B
Plaintext
29 lines
418 B
Plaintext
# 运行时数据(数据库、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
|
||
|
||
# Lucide path <20><>ȡ<EFBFBD><C8A1>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>
|
||
frontend/tmp-lucide-paths.json
|