From 50b7b75fb66882e6df2e0ab05262ce1b145b1abc Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Wed, 5 Jun 2024 09:49:19 +0530 Subject: [PATCH] ignore vim temp files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index aeee5f730bf..dcbec8a96e4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,11 @@ local.properties android/app/src/main/java/com/expensify/chat/generated/ .cxx/ +# VIM +*.swp +*.swo +*~ + # Vscode .vscode