From 085fae94edffb44f3229c3468a50a7d4986f42f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Celeste=20L=C3=B3pez?= Date: Sun, 26 Apr 2026 22:36:17 -0300 Subject: [PATCH 1/2] Agrego mejoras al proyecto --- .gitignore | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..12ac64720 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index c6afaa590..d9ea5154e 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ The aim of this exercise is to create a page that looks just like this one: - **Commit and push your code often** (for example every half an hour)so you get into the habit and you avoid losing any code that you write if your machine crashes for example. - Once you're ready to submit your homework for review, do a final push and **create a Pull Request**. If you're unsure how to do this, [you can use this guide for creating pull requests](https://curriculum.codeyourfuture.io/guides/create-a-pull-request/). + ## Mejora +**Se corrigieron errores y se agregó información para mejorar la comprensión del proyecto.** + From 26a1cac911760f3e574e23c50f9b102754698c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Celeste=20L=C3=B3pez?= Date: Sun, 26 Apr 2026 23:04:33 -0300 Subject: [PATCH 2/2] Agrego archivo .gitignore con exclusiones --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 12ac64720..1d3f82a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules/ +.env +Thumbs.db .DS_Store \ No newline at end of file