1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.dockerignore
Ilya Kreymer 1b0c9c6895
misc fixes from merge:
- xmlqueryindexsource: fix typo, improve tests to be more clear with url encoding
- exceptions: move UpstreamException and AppNotFound to wbexceptions
- docker: ensure sample_archive is added to Dockerfile still
- yaml: use python Loader to support custom intrepolation of env vars
- content rewrite: ensure custom exceptions passed up to frontendapp
2019-09-03 18:30:42 -04:00

32 lines
302 B
Plaintext
Executable File

build/
dist/
karma-tests/
tests_disabled/
venv/
collections/
.cache/
.eggs/
.git/
.github/
.venv
.travis
.pytest_cache
.coveragerc
.dockerignore
.editorconfig
.gitattributes
.gitignore
.travis.yml
appveyor.yml
package.json
run-*
Vagrantfile
Dockerfile
**/*.egg
**/*.egg-info
**/__pycache__
**/*.pyc