1
0
Fork 0
mirror of synced 2024-05-16 10:23:51 +12:00
ArchiveBox/.dockerignore

16 lines
459 B
Plaintext
Raw Normal View History

2018-10-14 15:47:30 +13:00
.DS_Store
2019-07-10 05:04:39 +12:00
._*
__pycache__/
# Dependency code
.venv # main pipenv venv path
venv # old venv path, (no longer used)
archivebox/.venv # old venv path, (no longer used)
archivebox/venv # old venv path, (no longer used)
# Stateful data folders
data # main archivebox data folder
archivebox/output # old output folder path (no longer used)
output # old output folder path (no longer used)