Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/asciimoo/searx
Clone or Download
.dockerignore 597 Bytes
Copy Edit Raw Blame History
Dalf authored 2020-07-22 14:58 . [enh] update documentation about docker
*~
*/*~
*/*/*~
*/*/*/*~
*/*/*/*/*~
#
local/
# Git
.git
.gitignore
# CI
.codeclimate.yml
.travis.yml
.taskcluster.yml
# Byte-compiled / optimized / DLL files
__pycache__/
*/__pycache__/
*/*/__pycache__/
*/*/*/__pycache__/
*.py[cod]
*/*.py[cod]
*/*/*.py[cod]
*/*/*/*.py[cod]
# to sync with .gitignore
.coverage
coverage/
.installed.cfg
engines.cfg
env
searx-ve
robot_log.html
robot_output.xml
robot_report.html
test_basic/
setup.cfg
# node_modules
node_modules/
*/node_modules/
*/*/node_modules/
*/*/*/node_modules/
*/*/*/*/node_modules/
.tx/
#
build/
dist/
local/
gh-pages/
searx.egg-info/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化