From d10c573fb0f3fe49000f99098812658fe4a5e572 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jul 2023 03:41:28 -0300 Subject: Exclude a few more files --- game/options.rpy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/options.rpy b/game/options.rpy index 0ad97a5..63b69c4 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -214,6 +214,8 @@ init python: build.classify('**.crt', None) build.classify('**.json', None) build.classify('**.diff', None) + build.classify('**.deb', None) + build.classify('**.tar.gz', None) build.classify('**/editor*', None) build.classify('game/cache/**', None) build.classify('game/saves/**', None) @@ -225,6 +227,7 @@ init python: build.classify('game/gfx/assets/**', None) build.classify('game/tl/login.txt', None) build.classify('game/tl/password.txt', None) + build.classify('game/tl/token.txt', None) ## These should not even exist, be sure! build.classify('music.bak/**', None) -- cgit v1.2.3-60-g2f50