From 6ab8ee2706b368ba98e88935aeab59fc703e52ea Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sat, 28 Mar 2020 21:19:37 +0100 Subject: [PATCH] Add vim settings to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8948cba..578f98c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ __pycache__/ # Virtual environment. venv/ +# Vim settings. +.vim/ + # PyCharm project. /.idea/ *.iml