ArchiveBox/.dockerignore

27 lines
218 B
Text
Raw Normal View History

2018-10-13 22:47:30 -04:00
.DS_Store
2019-07-09 13:04:39 -04:00
._*
2020-06-25 21:30:29 -04:00
*.pyc
2019-07-09 13:04:39 -04:00
__pycache__/
2019-07-09 13:11:00 -04:00
.mypy_cache/
2020-11-28 05:24:49 -05:00
.pytest_cache/
.github/
2023-10-20 05:45:20 -04:00
.git/
.pdm-build/
.pdm-python/
.eggs/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
venv/
.venv/
.docker-venv/
2023-10-20 05:45:20 -04:00
node_modules/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
build/
dist/
2020-11-28 05:24:49 -05:00
brew_dist/
2023-10-20 05:45:20 -04:00
deb_dist/
pip_dist/
2020-11-28 05:24:49 -05:00
assets/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
data/
output/