globally ignore Session.vim
This commit is contained in:
parent
7ae9497f49
commit
5f06e84522
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Zynh Ludwig";
|
userName = "Zynh Ludwig";
|
||||||
userEmail = "zynh0722@gmail.com";
|
userEmail = "zynh0722@gmail.com";
|
||||||
|
ignores = [
|
||||||
|
"Session.vim"
|
||||||
|
];
|
||||||
aliases = {
|
aliases = {
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
ci = "commit";
|
ci = "commit";
|
||||||
|
|
Loading…
Reference in a new issue