ArchiveBox/.dockerignore

21 lines
507 B
Text
Raw Normal View History

2018-10-14 02:47:30 +00:00
.DS_Store
2019-07-09 17:04:39 +00:00
._*
2019-07-09 17:11:00 +00:00
2019-07-09 17:04:39 +00:00
__pycache__/
2019-07-09 17:11:00 +00:00
.mypy_cache/
archivebox.egg-info/
build/
dist/
2019-07-09 17:04:39 +00:00
# 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)