From 61a2f2563250f83016fa2b80191490570a212fb8 Mon Sep 17 00:00:00 2001 From: violettools Date: Sat, 24 Jan 2026 16:15:18 +0800 Subject: [PATCH] Organize gitignore: clarify confidential files section --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 20f4be9..f58cf43 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,14 @@ edgetunnel_proxy.py test.py test_*.py *.html -# 机密文件 - 不上传 +# ======================================== +# 机密文件 - 绝对不上传 GitHub +# ======================================== +# 解密算法文档 x27cn-pages/X27CN_ALGORITHM.md +# 解密工具页面(包含混淆的解密逻辑) x27cn-pages/index.html +# 解密服务端代码 decrypt-pages/ decrypt-server/ @@ -29,7 +34,6 @@ test_mirror_*/ #混淆脚本 obfuscate_pages.py obfuscate_config.json -x27cn-pages/X27CN_ALGORITHM.md #示例文件 examples/