diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-07-22 15:34:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 15:34:30 +0200 |
| commit | 9f2446c44467d1ef6b85430996208bc2bdfa1b3a (patch) | |
| tree | 6bd79a0f0b40ebba1c7ff6d4fcd6529df7e52ac7 /.dockerignore | |
| parent | 7ef62c628424718f10b88a5850f7b4e92b2f7196 (diff) | |
| parent | 4a35975b427b3ebee4f5cc54e2390356b0102536 (diff) | |
Merge pull request #2091 from dalf/documentaiton-docker
[enh] update documentation about docker
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/ |