From 18c6d2b0dd77b38f487747aad1fcd1218aa8c356 Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期三, 27 八月 2025 09:19:57 +0800 Subject: [PATCH] 1. 新增测试群组关键字,测试群组名称包含关键字,在其中发言一律不触发静默。 --- .gitignore | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index a878fc4..4bf7efb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # 蹇界暐鎵�鏈� .log 鏂囦欢 *.log +logs/*.log # 蹇界暐鐗瑰畾鏂囦欢 config.ini +config.json secrets.json # 蹇界暐鏁翠釜鐩綍 @@ -25,4 +27,10 @@ .idea/ # 渚嬪锛氫笉蹇界暐 dist 鐩綍涓嬬殑 important.js -!dist/important.js \ No newline at end of file +!dist/important.js + +# 鍚屾椂蹇界暐鎵�鏈� .pyc 鏂囦欢锛堝彲閫変絾鎺ㄨ崘锛� +*.pyc +*.pyo +*.pyd + -- Gitblit v1.9.1