Organize gitignore: clarify confidential files section

This commit is contained in:
violettools
2026-01-24 16:15:18 +08:00
parent d3e32b71a3
commit 61a2f25632

8
.gitignore vendored
View File

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