35 lines
498 B
Plaintext
35 lines
498 B
Plaintext
# .NET
|
|
**/bin/
|
|
**/obj/
|
|
*.user
|
|
*.suo
|
|
*.cache
|
|
*.dll
|
|
*.pdb
|
|
|
|
# MiGu.Server 运行时数据(含敏感 token)
|
|
MiGu.Server/data/*.json
|
|
MiGu.Server/data/*.db
|
|
MiGu.Server/data/*.db-shm
|
|
MiGu.Server/data/*.db-wal
|
|
MiGu.Server/data/.internal-token
|
|
|
|
# 前端构建产物
|
|
MiGu.Server/wwwroot/
|
|
frontends/apps/simple-platform-vue/auto-imports.d.ts
|
|
|
|
# 临时构建输出
|
|
.tmp-build*/
|
|
|
|
# SimpleLite 运行目录
|
|
/SimpleLite/
|
|
|
|
# IDE / OS
|
|
.vs/
|
|
.idea/
|
|
*.swp
|
|
Thumbs.db
|
|
Desktop.ini
|
|
/.cursor/rules
|
|
/MiGu.Server/wwwroot
|