diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cd6d7e92b..1c82be41b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ +# to sync with .dockerignore .coverage coverage/ .installed.cfg engines.cfg env +searx-ve robot_log.html robot_output.xml robot_report.html @@ -13,6 +15,12 @@ setup.cfg */*.pyc *~ -node_modules/ +/node_modules .tx/ + +build/ +dist/ +local/ +gh-pages/ +searx.egg-info/ |