From b3ec649199555e361389fa46a69bcbfac8ab71c0 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Mon, 7 Sep 2026 16:30:28 -0600 Subject: [PATCH] Add temporary user examples directory to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dfcfd56..ccc7c40 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# Ejemplos de Usuarios +tmp/ \ No newline at end of file