Files
CFspider/.gitignore
2026-01-25 02:51:49 +08:00

72 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pages/
node_modules/
wrangler.toml
wrangler_*.toml
.wrangler/
dist/
build/
*.egg-info/
__pycache__/
# 临时文件
edgetunnel_proxy.py
# 测试文件
test.py
test_*.py
*.html
# ========================================
# 机密文件 - 绝对不上传 GitHub
# ========================================
# 整个 x27cn-pages 目录(包含解密工具和算法文档)
x27cn-pages/
# 解密服务端代码
decrypt-pages/
decrypt-server/
# 镜像输出目录
mirror/
*_mirror/
test_mirror_*/
#混淆脚本
obfuscate_pages.py
obfuscate_config.json
advanced_obfuscate.js
build_dynamic.js
dynamic_key_workers.js
test_decrypt.js
chinese_to_english.py
workers_en.js
# 其他JS文件只保留workers相关
*.js
!workers.js
!破皮版workers.js
!破皮版workers_明文.js
!破皮版workers_超明文.js
!vless_workers.js
#示例文件
examples/
#视频生成脚本
create_video.py
temp_obfuscate.js
#视频文件(排除普通版本,保留高亮模糊版本)
media/videos/1080p60/CameraFollowCursorCVScene.mp4
# 允许提交高亮模糊版本
!media/videos/1080p60/CameraFollowCursorCV.mp4
#视频文件目录
media/images/
media/text/
media/videos/1080p60/partial_movie_files/
# 大视频文件
cfspider教程.mp4
*.mp4
!media/videos/1080p60/CameraFollowCursorCV.mp4