diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 044460b20..3d158c95d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -46,4 +46,11 @@ node_modules/ */*/*/node_modules/ */*/*/*/node_modules/ -.tx/
\ No newline at end of file +.tx/ + +# +build/ +dist/ +local/ +gh-pages/ +searx.egg-info/ |