diff options
| author | Alexandre Flament <alex@al-f.net> | 2019-07-13 16:37:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-13 16:37:39 +0200 |
| commit | 5b50e116b8c66059a6cf4344989210f4c80093f2 (patch) | |
| tree | 14c27be89360b938264033658070589bc5539a30 /.dockerignore | |
| parent | 3faaf34e25db09988b113f74feb6227d3df3db95 (diff) | |
| parent | 45702b77ca4759043f3b87f24983039f21ba2c32 (diff) | |
Merge pull request #1629 from dalf/docker
Update Docker image
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..f4d03376c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,41 @@ +*~ +*/*~ +*/*/*~ +*/*/*/*~ +*/*/*/*/*~ + +# Git +.git +.gitignore + +# CI +.codeclimate.yml +.travis.yml +.taskcluster.yml + +# Byte-compiled / optimized / DLL files +__pycache__/ +*/__pycache__/ +*/*/__pycache__/ +*/*/*/__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/ + +.tx/
\ No newline at end of file |