1
0
Fork 0
mirror of synced 2024-06-16 09:24:52 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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