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
This commit is contained in:
Shaun Reed 2021-03-07 20:34:46 +00:00
parent e11d0b1e20
commit 3a9b30b8c7
1 changed files with 4 additions and 0 deletions

4
.vim/undodir/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Don't ignore this file
!.gitignore