From e879b916c2f960c88a2c4421319cfc949c4b3a1d Mon Sep 17 00:00:00 2001 From: Cafw Date: Mon, 2 Mar 2026 23:30:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E6=B8=90=E8=BF=9B=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=96=87=E4=BB=B6=E7=A7=BB=E5=87=BAgitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - progressive_download.txt | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 progressive_download.txt diff --git a/.gitignore b/.gitignore index 5717fdf..8e11a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,6 @@ CLAUDE.md # ============================================= # Ren'Py / Android Build Artifacts # ============================================= -progressive_download.txt rapt/ .android/ diff --git a/progressive_download.txt b/progressive_download.txt new file mode 100644 index 0000000..a15666d --- /dev/null +++ b/progressive_download.txt @@ -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/**