12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
# 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
|