1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- # vim:fileencoding=utf-8:foldmethod=marker:foldmarker={{{,}}}
- # commands:
- # zo to open fold
- # zc to close fold
- # {{{ Directories
- .cache
- .cargo
- .local
- .mozilla
- .pki
- .vim
- .yarn
- awesome_configs
- Documents
- Downloads
- Music
- node_modules
- Pictures
- Screen
- test
- text
- Videos
- Element
- dconf
- pulse
- git
- *.mypy_cache/
- # End directories }}}
- # {{{ Files
- .bash_history
- .bash_logout
- .viminfo
- .Xauthority
- .yarnrc
- .zcompdump*
- .zsh_history
- ltmain.sh
- yarn.lock
- *history*
- *log*
- # End files}}}
- # {{{File extensions
- *.swp
- *.pyc
- *.pyo
- # End file extensions}}}
|