From 4afd2f39ae364202519d050835153d2fc52253d2 Mon Sep 17 00:00:00 2001 From: khyperia Date: Mon, 24 May 2021 10:38:34 +0200 Subject: [PATCH] Add .vim to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 39742a760c..b22a782596 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target/ .vscode/ +.vim/ tests/Cargo.lock