This commit is contained in:
yumoqing 2026-05-28 10:31:59 +08:00
parent 8119e7dbd9
commit cd2fbfa89a

6
.gitignore vendored
View File

@ -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