fix: 将渐进式下载文件移出gitignore

This commit is contained in:
2026-03-02 23:30:57 +08:00
parent 9c0f65f420
commit e879b916c2
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@@ -58,7 +58,6 @@ CLAUDE.md
# =============================================
# Ren'Py / Android Build Artifacts
# =============================================
progressive_download.txt
rapt/
.android/

10
progressive_download.txt Normal file
View File

@@ -0,0 +1,10 @@
# RenPyWeb progressive download rules - first match applies
# '+' = progressive download, '-' = keep in game.zip (default)
# See https://www.renpy.org/doc/html/build.html#classifying-and-ignoring-files for matching
#
# +/- type path
- image game/gui/**
- image game/images/ryt%20normal%20spec.png
+ image game/**
+ music game/audio/**
+ voice game/voice/**