从GitHub仓库中移除CSV游戏记录文件\n\n- 在.gitignore中添加*.csv规则\n- 从版本控制中移除所有CSV文件\n- 本地文件保留,但不再跟踪

This commit is contained in:
2025-10-08 00:57:54 +08:00
parent 1abde99a68
commit 17d7079c41
13 changed files with 4 additions and 187 deletions
+4 -1
View File
@@ -47,4 +47,7 @@ Thumbs.db
*.ico
# 打包文件
dist/
dist/
# 临时游戏存档
*.csv