1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 01:30:15 +02:00

Update .gitignore

This commit is contained in:
Nick Sweeting
2019-07-09 13:03:55 -04:00
committed by GitHub
parent c0275bc698
commit 92ffb26407

25
.gitignore vendored
View File

@@ -1,20 +1,15 @@
# OS cruft
.DS_Store .DS_Store
._* ._*
# python
__pycache__/ __pycache__/
venv
.venv
archivebox/.venv
archivebox/venv
# vim # Dependency code
.swp* .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)
# output artifacts
output # Stateful data folders
output/ data/ # main archivebox data folder
data archivebox/output/ # old output folder path (no longer used)
data/ output/ # old output folder path (no longer used)
archivebox/output