From f524ef9abf558940e33bdc84508e94119b0c2c68 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Thu, 29 Dec 2022 21:43:11 +0100 Subject: [PATCH] Cambios en Nginx/index.html y .gitignore_global para evitar los ficheros de mac ._* --- .gitignore_global | 4 ++++ Nginx/index.html | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .gitignore_global diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 00000000..fdce3d0f --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,4 @@ +# Ignora archivos del sistema Mac +.DS_store + +._* diff --git a/Nginx/index.html b/Nginx/index.html index e0d2a1ad..3e852d3d 100644 --- a/Nginx/index.html +++ b/Nginx/index.html @@ -39,8 +39,8 @@
- - + +

El archivo seleccionado se subirá al servidor para ser escuchado desde el teléfono.

@@ -130,7 +130,7 @@ -
@@ -445,7 +445,7 @@ print 'It took ' + i + ' iterations to sort the deck.';
- --> +