From 72a8ea8b3df5f8ff2ccd49bd951ded5deb2e1593 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期五, 28 八月 2026 11:39:24 +0800 Subject: [PATCH] fix: 数据导入目录浏览/批量导入数量上限,防浏览器渲染与请求爆炸 --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 558e2e7..0062c18 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,31 @@ .DS_Store Thumbs.db desktop.ini + +# ==== ??/?????????==== +_shots/ +*.nb3 +*.dmp +backend.log* +energy-test.log +diag*.log +_*.py +_*.txt +_*.xlsx +_*.png +_*.json +_test_check*/ +_test_passenger/ +check_*.py +cmp*.py +dump_*.py +fix_*.py +inspect_*.py +patch_*.py +verify_*.py +write_readme.py +clear-bom.ps1 +verify_city*.txt + +deploy-test/ + -- Gitblit v1.9.1