This commit is contained in:
2026-04-21 10:22:51 +08:00
parent 6c88930313
commit e021559ca9
4 changed files with 23 additions and 626 deletions

23
.gitignore vendored
View File

@@ -49,4 +49,27 @@ packages/
# ==============================================
# 操作系统文件
Thumbs.db
.DS_Store
*.bin
# 忽略所有 .bin 文件
*.bin
# 忽略编译目录
[Bb]in/
[Oo]bj/
[Dd]ebug/
[Rr]elease/
# 忽略VS临时文件
.vs/
*.suo
*.user
*.cache
*.baml
*.g.cs
*.g.i.cs
*.log
Thumbs.db
.DS_Store