mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
Merge pull request #169 from return42/tidy-ignorelists
[fix] tidy up ignore lists .gitignore & .dockerignore
This commit is contained in:
commit
056550d523
@ -4,9 +4,6 @@
|
|||||||
*/*/*/*~
|
*/*/*/*~
|
||||||
*/*/*/*/*~
|
*/*/*/*/*~
|
||||||
|
|
||||||
#
|
|
||||||
local/
|
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
@ -26,19 +23,6 @@ __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/
|
||||||
@ -48,9 +32,13 @@ node_modules/
|
|||||||
|
|
||||||
.tx/
|
.tx/
|
||||||
|
|
||||||
#
|
# to sync with .gitignore
|
||||||
|
geckodriver.log
|
||||||
|
.coverage
|
||||||
|
coverage/
|
||||||
|
cache/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
local/
|
local/
|
||||||
gh-pages/
|
gh-pages/
|
||||||
searx.egg-info/
|
*.egg-info/
|
||||||
|
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,28 +1,17 @@
|
|||||||
# to sync with .dockerignore
|
# to sync with .dockerignore
|
||||||
.coverage
|
|
||||||
coverage/
|
|
||||||
cache/
|
|
||||||
.installed.cfg
|
|
||||||
engines.cfg
|
|
||||||
env
|
|
||||||
searx-ve
|
|
||||||
robot_log.html
|
|
||||||
robot_output.xml
|
|
||||||
robot_report.html
|
|
||||||
test_basic/
|
|
||||||
setup.cfg
|
|
||||||
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*/*.pyc
|
*/*.pyc
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
|
geckodriver.log
|
||||||
|
|
||||||
/node_modules
|
.coverage
|
||||||
|
coverage/
|
||||||
.tx/
|
|
||||||
|
|
||||||
|
cache/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
local/
|
local/
|
||||||
gh-pages/
|
gh-pages/
|
||||||
searx.egg-info/
|
*.egg-info/
|
||||||
|
Loading…
Reference in New Issue
Block a user