Files
CFspider/.gitignore

54 lines
872 B
Plaintext

pages/
node_modules/
wrangler.toml
wrangler_*.toml
.wrangler/
dist/
build/
*.egg-info/
__pycache__/
# 临时文件
edgetunnel_proxy.py
# 测试文件
test.py
test_*.py
*.html
# 机密文件 - 不上传
x27cn-pages/X27CN_ALGORITHM.md
x27cn-pages/index.html
decrypt-pages/
# 镜像输出目录
mirror/
*_mirror/
test_mirror_*/
#混淆脚本
obfuscate_pages.py
obfuscate_config.json
x27cn-pages/X27CN_ALGORITHM.md
#示例文件
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