1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 01:00:11 +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
._*
# python
__pycache__/
venv
.venv
archivebox/.venv
archivebox/venv
# vim
.swp*
# 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)
# output artifacts
output
output/
data
data/
archivebox/output
# 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)