From 51d58de12ac66ef378d7ebbad5af72ce833c179e Mon Sep 17 00:00:00 2001 From: sinergia Date: Thu, 17 Aug 2023 11:20:31 -0500 Subject: [PATCH] Feat: se actualiza CONTRIBUIR.md --- CONTRIBUIR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUIR.md b/CONTRIBUIR.md index f39bb99..2806705 100644 --- a/CONTRIBUIR.md +++ b/CONTRIBUIR.md @@ -18,6 +18,7 @@ 1. iniciar entorno `rake init` 2. iterar con `rake tdd` 3. detener el entorno `rake down` +4. limpiar cache `git clean -xdf` ### entorno vivo de desarrollo