From cd2fbfa89a3225d72badb61d66bd8defd23eb6a0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 28 May 2026 10:31:59 +0800 Subject: [PATCH] bugfix --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a0914c..dcc1c16 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,10 @@ models/mysql.ddl.sql # pkgs (submodules should be in their own repos) pkgs/ -# wwwroot (linked from module repos) -wwwroot/ +# wwwroot temp files +wwwroot/.DS_Store +wwwroot/*.bak* +wwwroot/tmp/ # Migration scripts (run once, not needed in repo) migrate_*.py