From 72c3b3ec7812c41cf1ef2dcad6d55e056126066f Mon Sep 17 00:00:00 2001 From: unai Date: Sun, 1 Feb 2026 16:30:13 +0000 Subject: [PATCH] Update .gitignore to exclude Vim swap files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2085ca..6448c00 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,7 @@ coverage.xml # --- IDEs y Editores --- .vscode/ .idea/ -*.swp +*.sw *.swo # --- Sistema Operativo ---