1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +12:00
ArchiveBox/.dockerignore

27 lines
218 B
Plaintext
Raw Normal View History

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