6 lines
181 B
Plaintext
6 lines
181 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
|