fix: 将渐进式下载文件移出gitignore
This commit is contained in:
10
progressive_download.txt
Normal file
10
progressive_download.txt
Normal 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/**
|
||||
Reference in New Issue
Block a user