ArchiveBox/.dockerignore

32 lines
272 B
Text
Raw Permalink 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
.pdm-build/
2023-11-13 23:18:13 -05:00
.pdm-python
2023-10-20 05:45:20 -04:00
.eggs/
.git/
!.git/HEAD
!.git/refs/heads/*
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
venv/
.venv/
2023-11-13 23:18:13 -05:00
.venv-old/
2020-06-25 21:30:29 -04:00
.docker-venv/
2023-10-20 05:45:20 -04:00
node_modules/
2019-07-09 13:04:39 -04:00
2023-12-18 00:02:16 -05:00
docs/
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/
2023-11-13 23:18:13 -05:00
docker/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
data/
output/