10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
# exclude plugged dir to avoid git conflicts
|
|
nvim/.config/nvim/plugged*
|
|
# exclude undodir content but keep directory
|
|
nvim/.config/nvim/undodir/*
|
|
!nvim/.config/nvim/undodir/.gitkeep
|
|
nvim/.local/share/nvim/shada*
|
|
|
|
#exlude cache dir for oh-my-zsh
|
|
zsh/.oh-my-zsh/cache/
|