mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-23 04:33:11 +00:00
Merge pull request #88 from issmirnov/patch-1
Reformat gitingore into sections
This commit is contained in:
commit
80c02bed55
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,4 +1,13 @@
|
|||
output/
|
||||
# OS cruft
|
||||
.DS_Store
|
||||
._*
|
||||
|
||||
# python
|
||||
__pycache__/
|
||||
archiver/venv
|
||||
|
||||
# vim
|
||||
.swp*
|
||||
|
||||
# output artifacts
|
||||
output/
|
||||
|
|
Loading…
Reference in a new issue