23 lines
362 B
Plaintext
23 lines
362 B
Plaintext
<<<<<<< HEAD
|
|
# Ignorar archivos de configuración de IDEs
|
|
.venv
|
|
venv
|
|
|
|
# Ignorar todo en /static/uploads
|
|
/static/uploads/*
|
|
/cache/*
|
|
|
|
# ¡Pero no ignores el archivo .gitkeep!
|
|
!/static/uploads/.gitkeep
|
|
!/cache/.gitkeep
|
|
=======
|
|
.venv
|
|
venv
|
|
|
|
/cache/
|
|
!/cache/.gitkeep
|
|
|
|
/static/uploads/
|
|
!/static/uploads/.gitkeep
|
|
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
|