From c898437a4369d83094d3fd87a6584cbc90bf14a9 Mon Sep 17 00:00:00 2001 From: F0rjita Date: Sun, 2 Aug 2026 21:56:25 +0200 Subject: [PATCH 1/3] Primer cambio nueva funcionalidad --- .gitignore | 8 ++++++++ funcionalidad.txt | 0 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 funcionalidad.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6ae21a8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignorar una carpeta +carpetaSecreta/ + +# Ignorar un archivo concreto +carpetaSecreta/password + +# Ignorar un archivo de configuración +configuracion \ No newline at end of file diff --git a/funcionalidad.txt b/funcionalidad.txt new file mode 100644 index 00000000..e69de29b From 4e647a1326284922d2b829b1574ebacce28a6573 Mon Sep 17 00:00:00 2001 From: F0rjita Date: Sun, 2 Aug 2026 21:57:08 +0200 Subject: [PATCH 2/3] Segundo cambio nueva funcionalidad --- funcionalidad2.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 funcionalidad2.txt diff --git a/funcionalidad2.txt b/funcionalidad2.txt new file mode 100644 index 00000000..e69de29b From 2062bc1b65c7c0ab0cbe74ac0629dc11ee836fcd Mon Sep 17 00:00:00 2001 From: F0rjita Date: Mon, 3 Aug 2026 17:47:38 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Eliminar=20del=20=C3=ADndice=20los=20archiv?= =?UTF-8?q?os=20ignorados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- carpetaSecreta/password | 1 - configuracion | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 carpetaSecreta/password delete mode 100644 configuracion 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