Add *.swp to gitignores

TODO: port existing gitignores over
main
Bo Jeanes 2024-07-17 14:17:46 +10:00
parent b6a6a1aabe
commit 359b626943
1 changed files with 4 additions and 0 deletions

View File

@ -215,6 +215,10 @@
showUntrackedFiles = "all"; showUntrackedFiles = "all";
}; };
}; };
ignores = [
"*.swp"
];
}; };
# difftastic will show syntactical/structural changes in diffs # difftastic will show syntactical/structural changes in diffs