diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore index b1286ea66..fd152a347 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,17 @@ # 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 *~ *.swp +geckodriver.log -/node_modules - -.tx/ +.coverage +coverage/ +cache/ build/ dist/ local/ gh-pages/ -searx.egg-info/ +*.egg-info/ |