From cd6532eb1bc63bbc6b63688e73992b0e0d66b6ba Mon Sep 17 00:00:00 2001 From: Carlos Narro Date: Wed, 3 Jun 2026 18:09:30 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20archivos=20de=20workspace=20de=20V?= =?UTF-8?q?S=20Code=20al=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignora *.code-workspace para evitar que configuraciones locales de VS Code se suban al repositorio. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8b23c98..042a322 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ zips/ node_modules/ .next/ next-env.d.ts +*.code-workspace \ No newline at end of file