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:
parent
e11d0b1e20
commit
3a9b30b8c7
|
@ -0,0 +1,4 @@
|
||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Don't ignore this file
|
||||||
|
!.gitignore
|
Loading…
Reference in New Issue