cambios en ignore y secciones soluciones

This commit is contained in:
David Itehua Xalamihua 2025-06-06 20:04:13 -06:00
parent d95988a206
commit a87532e63e
2 changed files with 12 additions and 19 deletions

21
.gitignore vendored
View File

@ -1,14 +1,15 @@
# Ignorar entornos virtuales
.venv/
venv/
.venv
venv
# Ignorar todo en /static/uploads
/static/uploads/*
/cache/*
# ¡Pero no ignores el archivo .gitkeep!
!/static/uploads/.gitkeep
!/cache/.gitkeep
# Ignorar caché de Python
__pycache__/
*.pyc
# Ignorar carpetas de caché y uploads, pero conservar .gitkeep
/cache/*
!/cache/.gitkeep
/static/uploads/*
!/static/uploads/.gitkeep

View File

@ -10,10 +10,6 @@
{% block body %}
<<<<<<< HEAD
=======
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
<img src="{{ url_for('static', filename='y_img/methodology/m-02.svg') }}" alt="Metodología" data-aos="fade-up" data-aos-delay="0" data-aos-duration="800">
@ -29,10 +25,6 @@
});
</script> -->
<<<<<<< HEAD
=======
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
{% endblock body %}
{% block js %}