1
0
Fork 0
mirror of synced 2024-05-23 13:50:01 +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
._*
# 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)