mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update .gitignore
This commit is contained in:
parent
c0275bc698
commit
92ffb26407
1 changed files with 10 additions and 15 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue