From a6f607881443a06c3bbf3be3aad0651651b84c8a Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Mon, 3 Jun 2019 12:22:46 -0700 Subject: [PATCH] Add vim .swo files and .mypy_cache to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a48c01a..0e057278 100644 --- a/.gitignore +++ b/.gitignore @@ -85,7 +85,10 @@ logs .idea/mongoSettings.xml # VIM temp files -*.swp +*.sw[op] + +# mypy +.mypy_cache ## File-based project format: *.iws