forked from mirrors/searxng
信頼性の高い検索結果のみを表示する検索エンジンを目指したsearxngのカスタムインスタンス
https://freasearch.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
491 B
44 lines
491 B
*~ |
|
*/*~ |
|
*/*/*~ |
|
*/*/*/*~ |
|
*/*/*/*/*~ |
|
|
|
# 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] |
|
|
|
# node_modules |
|
node_modules/ |
|
*/node_modules/ |
|
*/*/node_modules/ |
|
*/*/*/node_modules/ |
|
*/*/*/*/node_modules/ |
|
|
|
.tx/ |
|
|
|
# to sync with .gitignore |
|
geckodriver.log |
|
.coverage |
|
coverage/ |
|
cache/ |
|
build/ |
|
dist/ |
|
local/ |
|
gh-pages/ |
|
*.egg-info/
|
|
|