1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00
ArchiveBox/.gitignore

16 lines
459 B
Plaintext
Raw Normal View History

2018-06-11 13:21:53 +12:00
.DS_Store
2018-08-07 18:43:07 +12:00
._*
2017-05-05 20:50:15 +12:00
__pycache__/
2018-08-07 18:43:07 +12:00
2019-07-10 05:03:55 +12: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)
2018-08-07 18:43:07 +12:00
2019-07-10 05:03:55 +12:00
# 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)