# Ignore image contents but keep the folder
imagenes/*
!imagenes/.gitkeep

# OS/editor junk
.DS_Store
Thumbs.db
.idea/
.vscode/
node_modules/

