+ 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
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
# Ignore everything in this directory
|
|
*
|
|
# Don't ignore this file
|
|
!.gitignore
|