From 02cc92dc9f5bc4032370d50afd7adf7b4b19ba7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreu=20Pic=C3=B3n=20Castells?= Date: Thu, 30 Jul 2026 10:38:23 +0200 Subject: [PATCH 1/2] add .gitignore and apply the rules --- .gitignore | 2 ++ carpetaSecreta/password | 1 - configuracion | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 carpetaSecreta/password delete mode 100644 configuracion diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c40c242a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +carpetaSecreta +configuracion \ No newline at end of file diff --git a/carpetaSecreta/password b/carpetaSecreta/password deleted file mode 100644 index 1fa4b800..00000000 --- a/carpetaSecreta/password +++ /dev/null @@ -1 +0,0 @@ -pass: 1234 \ No newline at end of file diff --git a/configuracion b/configuracion deleted file mode 100644 index 81f237ad..00000000 --- a/configuracion +++ /dev/null @@ -1,2 +0,0 @@ -PC:local -URL:localhost \ No newline at end of file From a3f280dc85427132c54398e83bcf627c5ce0574c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreu=20Pic=C3=B3n=20Castells?= Date: Thu, 30 Jul 2026 10:39:28 +0200 Subject: [PATCH 2/2] modify diarioAlumno --- diarioAlumno/diarioA.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diarioAlumno/diarioA.txt b/diarioAlumno/diarioA.txt index db23ecbd..46a42e6a 100644 --- a/diarioAlumno/diarioA.txt +++ b/diarioAlumno/diarioA.txt @@ -1 +1,3 @@ -Aquí viene tu diario \ No newline at end of file +Aquí viene tu diario +9:00 Duerno +24:00 Sigo durmiendo \ No newline at end of file