qutebrowser: Ignore quickmarks
Bookmarks are already gitignored. While I don't mind the quickmarks being public, I also don't think them being saved in this repo brings a lot of pros - and they are massively out of date anyway. I could think about integrating them on a private fork https://shivering-isles.com/publish-your-work-while-keeping-a-private-fork we will see.
This commit is contained in:
parent
78b47a35b2
commit
251965799c
2 changed files with 2 additions and 16 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -21,8 +21,9 @@ sponsorblock.txt
|
|||
|
||||
# ignore any just-in-time settings that took place in qutebrowser
|
||||
/qutebrowser/.config/qutebrowser/autoconfig.yml
|
||||
/qutebrowser/.config/qutebrowser/qsettings
|
||||
/qutebrowser/.config/qutebrowser/bookmarks
|
||||
/qutebrowser/.config/qutebrowser/qsettings
|
||||
/qutebrowser/.config/qutebrowser/quickmarks
|
||||
/qutebrowser/.config/qutebrowser/stylesheets
|
||||
# ignore the generated readability file for webpages
|
||||
readability.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue