dot/.vim/undodir/.gitignore
Shaun Reed 3a9b30b8c7 Add .vim/undodir for persistent undo / redo history
+ Add .vim/undodir/.gitignore to ignore all files within
+ Makes undodir available to vim for writing local history but does not track files with git
2021-03-07 20:34:46 +00:00

5 lines
77 B
Plaintext

# Ignore everything in this directory
*
# Don't ignore this file
!.gitignore